Google Drive
Freeby MCP Community
MCP server for Google Drive - list, search, upload, download, and manage files and folders
v1.2.0Added Apr 12, 2026
Google Drive MCP Server
MCP server for Google Drive - list, search, upload, download, and manage files and folders
Installation
npx -y google-drive-mcp
Reviews
Installation
Quick install
npx -y google-drive-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": ["-y", "google-drive-mcp"]
}
}
}