Jez | Jeremy Dawes
Back to projects
mcp active

Google Drive MCP Server

12 MCP tools for Google Drive file management. Search, upload, read, and organise files with intelligent format conversion.

MCPCloudflare WorkersGoogle Drive APIOAuth

Overview

A Model Context Protocol server enabling AI agents to search, read, upload, and manage files in Google Drive. Intelligent handling of Google Workspace files with automatic format conversion.

12
MCP Tools
3
Categories
All
File Types
OAuth
Auth

The Problem

AI assistants need file access for many tasks:

  • Searching across documents and folders
  • Reading file contents for context
  • Uploading generated content
  • Managing file organisation

Direct Drive API integration requires handling multiple export formats.

Solution

Complete Drive access with intelligent file handling:

Search & Discovery3

Search, list, recent

File Operations6

CRUD + folders

Metadata & Storage3

Info, shared, quota

Tools

Search & Discovery (3)

ToolDescription
drive_searchFull-text search with MIME type, folder, and date filters
drive_list_filesBrowse folder contents with pagination
drive_list_recentQuick access to recently modified files

File Operations (6)

ToolDescription
drive_read_fileRead with smart conversion (Docs→Markdown, Sheets→CSV)
drive_upload_fileUpload text or binary with folder placement
drive_create_folderCreate folders with parent support
drive_list_foldersList only folders in a directory
drive_deleteMove files/folders to trash
drive_renameRename files and folders

Metadata & Storage (3)

ToolDescription
drive_get_metadataOwnership, timestamps, size, permissions
drive_list_sharedFiles shared with you by others
drive_get_quotaStorage usage and limits

Intelligent File Handling

Automatic format conversion for Google Workspace files:

SourceExport Format
Google DocsMarkdown
Google SheetsCSV
Google SlidesPDF
Regular filesDirect download
Binary filesBase64 with size warnings

Features

  • 12 Tools - Complete Drive API coverage
  • Smart Conversion - Google Workspace → portable formats
  • URL Parsing - Auto-extract file IDs from Drive URLs
  • Size Warnings - Alerts for files >5MB before reading
  • OAuth Security - Google authentication
  • Edge Deployment - Global low-latency via Workers

Use Cases

Document Retrieval - Search and read documents for AI context

Content Upload - Save AI-generated content directly to Drive

File Organisation - Create folders and move files conversationally

Storage Management - Monitor quota and manage shared files

Interested in a similar solution?

Let's talk about your project