Googledrive
Freeby MCP Community
Full-featured MCP server for Google Drive with 50+ tools - complete CRUD operations for files, folders, Google Docs, Google Sheets, and Google Slides with autom
v1.0.0Added Apr 12, 2026
mcpmodel-context-protocolgoogle-drivegdrivegoogle-docs
Googledrive MCP Server
Full-featured MCP server for Google Drive with 50+ tools - complete CRUD operations for files, folders, Google Docs, Google Sheets, and Google Slides with autom
Installation
npx -y @pouyanafisi/googledrive-mcp
Reviews
Installation
Quick install
npx -y @pouyanafisi/googledrive-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"googledrive": {
"command": "npx",
"args": ["-y", "@pouyanafisi/googledrive-mcp"]
}
}
}