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