npx claudepluginhub daanielcruz/gsearch-mcpFree Google Search for AI tools. Real-time web search with inline [1][2][3] citations and source URLs.
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.
Disclaimer: Unofficial tool, not affiliated with Google. Uses the same public OAuth client and API as the open-source Gemini CLI. Use at your own risk.
curl -fsSL https://raw.githubusercontent.com/daanielcruz/gsearch-mcp/main/install.sh | bash
Or build from source:
git clone https://github.com/daanielcruz/gsearch-mcp && cd gsearch-mcp
make build && ./gsearch-installer
The installer downloads the binary, configures Claude Code, Codex and Cursor automatically (if available).
Claude Code / Codex CLI / Cursor / Others...
| MCP (stdio)
gsearch-server (Go binary)
| OAuth2
Google Code Assist API
| googleSearch grounding
Answer with [1][2][3] source links
When an AI tool calls google_search, GSearch returns a grounded answer with inline citations:
The current time in Sao Paulo is 08:13 AM.[1][2]
Sao Paulo observes Brasilia Time (BRT), UTC-3.[3]
Sources:
[1] Time in Sao Paulo (https://...)
[2] World Clock (https://...)
[3] Time Zone Info (https://...)
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.
First run requires a Google sign-in. Two options:
~/.gemini/oauth_creds.json./gsearch-installer opens your browser for Google OAuthNew accounts are auto-provisioned via the Google Code Assist API (SMS verification may be required on first use).
The installer configures everything automatically. For manual setup, add to your MCP client config:
{
"mcpServers": {
"gsearch": {
"command": "npx",
"args": ["-y", "@daanielcruz/gsearch-mcp"]
}
}
}
Works with Claude Code (~/.claude.json), Cursor (~/.cursor/mcp.json), and any MCP-compatible tool.
For Codex CLI (~/.codex/config.toml):
[mcp_servers.gsearch]
command = 'npx'
args = ['-y', '@daanielcruz/gsearch-mcp']
Set GSEARCH_PROJECT env var only if auto-detection fails.
MIT
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage