Drive
Freeby MCP Community
Google Drive connector for antidrift — Drive, Docs, and Sheets
v0.12.5Added Apr 12, 2026
antidriftmcpclaude-codecodexcursor
Drive MCP Server
Google Drive connector for antidrift — Drive, Docs, and Sheets
Installation
npx -y @antidrift/mcp-drive
Reviews
Installation
Quick install
npx -y @antidrift/mcp-drive
Add to claude_desktop_config.json
{
"mcpServers": {
"drive": {
"command": "npx",
"args": ["-y", "@antidrift/mcp-drive"]
}
}
}