Google Drive
Freeby MCP Community
Advanced MCP server for Google Drive integration with full CRUD operations, file management, and sharing capabilities. Supports both OAuth2 and Service Account
v1.6.2Added Apr 12, 2026
mcpgoogle-drivegoogledriveapi
Google Drive MCP Server
Advanced MCP server for Google Drive integration with full CRUD operations, file management, and sharing capabilities. Supports both OAuth2 and Service Account
Installation
Reviews
Installation
Quick install
npx -y mcp-google-drive
Add to claude_desktop_config.json
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": ["-y", "mcp-google-drive"]
}
}
}