Skip to content
Rishap Gandhi edited this page Jun 1, 2026 · 1 revision

FAQ

Is Google Cloud Console free?

Yes. Creating a project, OAuth credentials, and using Workspace APIs is completely free.

How is this different from other Google MCP servers?

  • ~300 lines vs thousands
  • 4 dependencies vs dozens
  • Only official Google libraries
  • You can audit every line in 10 minutes

What AI agents does this work with?

Claude Code, Kiro, Cursor, Windsurf, Codex, Gemini CLI, GitHub Copilot — any MCP-compatible client.

Do I need a Google Workspace account?

No. Works with any free Gmail/Google account.

How do I add more tools?

Edit the relevant file in src/tools/ and add your tool to the list. Follow the existing pattern.

Is my data safe?

Yes. Data only flows between your machine and Google's official APIs. No third-party servers involved.

Clone this wiki locally