The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Gsearch listing page.
🚨 Disclaimer 🚨
This is just a heads-up. We haven't seen any bans from GSearch use.
Not affiliated with Google. Uses the same public OAuth client and API as the open-source Gemini CLI.
Google recently banned some OpenClaw users. OpenClaw use cases for oauth providers look abusive to me. GSearch doesn't fit that pattern. Risk still exists.
Requests carry Gemini CLI's User-Agent, ideType, and request shape, so they're probably indistinguishable from the official client on the wire (if u a googler reading this: we good ppl, plz don't hunt us 🙏). If that bothers you, use a throwaway Google account.
Give Claude Code, Codex CLI, Cursor, and other AI tools real-time web search powered by Google Search grounding. Single binary, zero runtime dependencies. Free with any Google account.
Or build from source:
The installer downloads the binary, configures Claude Code, Codex and Cursor automatically (if available).
When an AI tool calls google_search, GSearch returns a grounded answer with inline citations:
GSearch uses the same Google Search grounding API as Gemini CLI. Free with any Google account. No API key, no credit card, no billing setup.
Rate limits are generous for normal usage. The server retries automatically with dynamic backoff on rapid bursts.
Three options:
~/.gemini/oauth_creds.json./gsearch-installer opens your browser for Google sign-inGEMINI_API_KEY / GSEARCH_API_KEY env varOAuth modes auto-provision new accounts via the Google Code Assist API (SMS verification may be required on first use). API key mode skips OAuth entirely and hits the Gemini API directly.
The installer configures everything automatically. For manual setup, add to your MCP client config:
Works with Claude Code (~/.claude.json), Cursor (~/.cursor/mcp.json), and any MCP-compatible tool.
For Codex CLI (~/.codex/config.toml):
Set GSEARCH_PROJECT env var only if auto-detection fails.
MIT