Minimal, secure, self-hosted MCP server. Zero third-party wrappers โ only official Google libraries. ~500 lines, fully auditable.
Only talks to googleapis.com. No telemetry, no analytics, no SaaS. Token stored with chmod 600.
~500 lines of Python. Read the entire codebase in 10 minutes. Only official Google libraries.
Claude Code, Kiro, Cursor, Windsurf, Codex, GitHub Copilot โ any MCP-compatible agent.
Clone, install, configure OAuth, run. Browser opens for Google login. Done.
Runs on your machine via stdio. Your data never leaves your network except to Google APIs.
5 packages, all version-pinned. google-api-python-client, google-auth, mcp, python-dotenv.
git clone https://github.com/rishapgandhi/google_mcp
cd google_mcp && pip install -e .
cp .env.example .env
# Add GOOGLE_OAUTH_CLIENT_ID and SECRET
python3 -m src.server
Works with Claude Code ยท Kiro ยท Cursor ยท Windsurf ยท Any MCP client
Join developers who manage their entire workspace through AI agents.
View on GitHub