Google Gdrive
Freeby MCP Community
MCP server for Google Drive, Docs, Sheets, and Slides with multi-account support, permissions, labels, and full CRUD
v2.2.0Added Apr 12, 2026
mcpgoogle-drivegoogle-docsgoogle-sheetsgoogle-slides
Google Gdrive MCP Server
MCP server for Google Drive, Docs, Sheets, and Slides with multi-account support, permissions, labels, and full CRUD
Installation
npx -y mcp-google-gdrive
Reviews
Installation
Quick install
npx -y mcp-google-gdrive
Add to claude_desktop_config.json
{
"mcpServers": {
"google-gdrive": {
"command": "npx",
"args": ["-y", "mcp-google-gdrive"]
}
}
}