A Google Drive MCP server. Runs locally as a subprocess of any MCP client, authenticates the user with their own Google account via OAuth, and exposes three read-only tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-drive": {
"command": "npx",
"args": [
"-y",
"move-32/mcp-server-drive"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-drive npx -y move-32/mcp-server-drive
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-drive": {
"command": "npx",
"args": [
"-y",
"move-32/mcp-server-drive"
]
}
}
}
📋 Copy