gsearch
🚨 免責事項 🚨
これは事前のお知らせです。GSearch の使用によるアカウント停止は確認されていません。
Google とは提携関係にありません。オープンソースの Gemini CLI と同じ公開 OAuth クライアントと API を使用しています。
Google は最近、一部の OpenClaw ユーザーをアカウント停止にしました。OpenClaw の OAuth プロバイダーの利用方法は、私には悪用に見えます。GSearch はそのパターンには当てはまりません。ただし、リスクは依然として存在します。
リクエストには Gemini CLI の User-Agent、ideType、リクエスト形式が含まれるため、通信上は公式クライアントと区別がつかない可能性が高いです (もしこれを読んでいる Google の方がいらっしゃいましたら: 私たちは善良な人々です、どうか追跡しないでください 🙏)。それが気になる場合は、使い捨ての Google アカウントを使用してください。
GSearch - 無料の Google 検索 MCP
Claude Code、Codex CLI、Cursor、その他の AI ツールに、Google 検索グラウンディングを利用したリアルタイムのウェブ検索を提供します。単一バイナリ、ランタイム依存関係ゼロ。Google アカウントがあれば無料です。
インストール
curl -fsSL https://raw.githubusercontent.com/daanielcruz/gsearch-mcp/main/install.sh | bashまたはソースからビルド:
git clone https://github.com/daanielcruz/gsearch-mcp && cd gsearch-mcp
make build && ./gsearch-installerインストーラーはバイナリをダウンロードし、Claude Code、Codex、Cursor を自動的に設定します(利用可能な場合)。
Related MCP server: MCP Gemini Google Search
仕組み
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 linksAI ツールが google_search を呼び出すと、GSearch はインライン引用付きのグラウンディングされた回答を返します:
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 は Gemini CLI と同じ Google 検索グラウンディング API を使用しています。Google アカウントがあれば無料です。 API キー不要、クレジットカード不要、請求設定も不要です。
レート制限は通常の使用には十分な余裕があります。サーバーは急激なバースト時に動的バックオフで自動的に再試行します。
認証
3 つのオプションがあります:
Gemini CLI(インストール済みの場合)— GSearch は
~/.gemini/oauth_creds.jsonの既存の認証情報を再利用します対話型 OAuth —
./gsearch-installerがブラウザを開いて Google サインインを行いますAPI キー — aistudio.google.com から Gemini API キーをインストーラーに貼り付けるか、
GEMINI_API_KEY/GSEARCH_API_KEY環境変数を設定します
OAuth モードは Google Code Assist API を介して新しいアカウントを自動プロビジョニングします(初回使用時に SMS 認証が必要な場合があります)。API キーモードは OAuth を完全にスキップし、Gemini API に直接アクセスします。
設定
インストーラーがすべて自動的に設定します。手動設定の場合は、MCP クライアント設定に以下を追加します:
{
"mcpServers": {
"gsearch": {
"command": "npx",
"args": ["-y", "@daanielcruz/gsearch-mcp"]
}
}
}Claude Code(~/.claude.json)、Cursor(~/.cursor/mcp.json)、および MCP 互換の任意のツールで動作します。
Codex CLI(~/.codex/config.toml)の場合:
[mcp_servers.gsearch]
command = 'npx'
args = ['-y', '@daanielcruz/gsearch-mcp']自動検出が失敗した場合にのみ、GSEARCH_PROJECT 環境変数を設定してください。
ライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables free web searching using Google search results with no API keys required, returning structured results with titles, URLs, and descriptions.1235MIT
- AlicenseBqualityCmaintenanceProvides Google Search functionality for AI models using Gemini's built-in Grounding with Google Search feature, returning real-time web search results with source citations.15882Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to perform real-time Google searches with anti-bot protection. Bypasses search engine restrictions using advanced browser automation to extract search results locally without requiring paid API services.7MIT
- AlicenseAqualityCmaintenanceEnables AI agents to perform Google searches and retrieve structured JSON results for 10 types including web, images, news, and shopping with live prices. Offers 1,000 free searches per month with no credit card required.129MIT
Related MCP Connectors
The best web search for your AI Agent
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Live web search for AI agents. $0.001/call, x402 on Base, no API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/daanielcruz/gsearch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server