Install to ToolCloud
One click. No local setup. Works with any MCP client.
Search and read files from Google Drive. Supports Google Docs, Sheets, and Slides with automatic format conversion.
cloudfilesgooglegoogle-drive
Manual Installation
Claude Code
claude mcp add google-drive -- npx -y @modelcontextprotocol/server-gdriveCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"gdrive": {
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
],
"command": "npx"
}
}
}