Remote MCP server on Cloudflare Workers that connects an MCP-compatible AI assistant to Google Drive via Google OAuth 2.0.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gdrive-mcp-server": {
"command": "npx",
"args": [
"-y",
"devinxiong97/gdrive-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add gdrive-mcp-server npx -y devinxiong97/gdrive-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"gdrive-mcp-server": {
"command": "npx",
"args": [
"-y",
"devinxiong97/gdrive-mcp-server"
]
}
}
}