Gdrive
Freeby MCP Community
MCP server for interacting with Google Drive and Sheets
v0.2.0Added Apr 12, 2026
Google DriveGoogle SheetsMCPModel Context ProtocolAI
Gdrive MCP Server
MCP server for interacting with Google Drive and Sheets
Installation
Reviews
Installation
Quick install
npx -y @isaacphi/mcp-gdrive
Add to claude_desktop_config.json
{
"mcpServers": {
"gdrive": {
"command": "npx",
"args": ["-y", "@isaacphi/mcp-gdrive"]
}
}
}