Gdrive
Freeby MCP Community
MCP server for Google Docs, Sheets, and Drive integration with Claude
v1.2.0Added Apr 12, 2026
mcpclaudegoogle-docsgoogle-sheetsgoogle-drive
Gdrive MCP Server
MCP server for Google Docs, Sheets, and Drive integration with Claude
Installation
npx -y @starfysh/gdrive-mcp
Reviews
Installation
Quick install
npx -y @starfysh/gdrive-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gdrive": {
"command": "npx",
"args": ["-y", "@starfysh/gdrive-mcp"]
}
}
}