Mcp Gdrive Cloudflare
@brianmoney
About Mcp Gdrive Cloudflare
Remote MCP server for Google Drive and Sheets running on Cloudflare Workers with full OAuth 2.0 support.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gdrive": {
"url": "https://mcp-gdrive-cf.CFDOMAIN.workers.dev/sse",
"type": "http"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Gdrive Cloudflare?
A remote MCP server that integrates Google Drive and Sheets with AI assistants. Runs on Cloudflare Workers, providing OAuth 2.0 authorization, file operations, and real‑time SSE transport. Designed for developers needing cloud‑hosted Google Drive access from AI tools.
How to use Mcp Gdrive Cloudflare?
Deploy to Cloudflare Workers using Wrangler CLI: install dependencies, create KV namespaces, configure Google OAuth credentials and environment variables, then run wrangler deploy. The worker URL serves as the MCP endpoint.
Key features of Mcp Gdrive Cloudflare
- Search Drive files with advanced filters (MIME type, owner, dates)
- Read files with 22+ export formats (PDF, DOCX, Markdown)
- Upload files up to 5MB
- Create, delete, move, and share files and folders
- Read, update, and append Google Sheets data
- Full OAuth 2.0 server with PKCE and auto token refresh
Use cases of Mcp Gdrive Cloudflare
- AI assistant reading and summarizing Drive documents
- Automating spreadsheet updates from chat prompts
- Organizing files across folders programmatically
- Sharing files with granular permissions via natural language
FAQ from Mcp Gdrive Cloudflare
How is this different from the original mcp-gdrive?
It runs remotely on Cloudflare Workers (not STDIO), includes a full OAuth 2.0 server with PKCE, supports multi‑client dynamic registration, write operations (create, delete, move, share, upload), and 22+ export formats.
What are the prerequisites?
A Cloudflare account (free tier works), a Google Cloud project with Drive and Sheets APIs enabled, Node.js LTS (v18+), and the Wrangler CLI (npm install -g wrangler).
How do I deploy it?
Install dependencies, create two KV namespaces (wrangler kv:namespace create KV_TOKENS and KV_CLIENTS), configure your Google OAuth client ID and secret as environment variables, then run wrangler deploy.
What transports does it use?
It uses SSE (Server‑Sent Events) transport for real‑time communication.
What is the file upload limit?
Uploads are limited to 5MB.
Frequently asked questions
How is this different from the original mcp-gdrive?
It runs remotely on Cloudflare Workers (not STDIO), includes a full OAuth 2.0 server with PKCE, supports multi‑client dynamic registration, write operations (create, delete, move, share, upload), and 22+ export formats.
What are the prerequisites?
A Cloudflare account (free tier works), a Google Cloud project with Drive and Sheets APIs enabled, Node.js LTS (v18+), and the Wrangler CLI (`npm install -g wrangler`).
How do I deploy it?
Install dependencies, create two KV namespaces (`wrangler kv:namespace create KV_TOKENS` and `KV_CLIENTS`), configure your Google OAuth client ID and secret as environment variables, then run `wrangler deploy`.
What transports does it use?
It uses SSE (Server‑Sent Events) transport for real‑time communication.
What is the file upload limit?
Uploads are limited to 5MB.
Basic information
More Cloud & Infrastructure MCP servers
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
🐋 Docker MCP server
ckreilingMCP server for Docker

HostTracker
HostTrackerHostTracker is a website and infrastructure monitoring service that has run external checks since 2004 for more than 500,000 websites. Its official MCP server lets an AI assistant operate a HostTracker account directly i
Comments