This server provides an AI-powered search and analysis agent using Gemini models with Google Search grounding to retrieve current, cited information from the web.
Web Search: Find up-to-date information on any topic via Google Search grounding, including content beyond the model's training cutoff
Error Troubleshooting: Research and diagnose technical issues or error messages
Topic Research: Deep-dive into subjects with AI-synthesized, web-sourced answers
Idea Discussion: Analyze and engage with complex concepts using AI-powered insights
Cited Responses: Receive answers backed by referenced web sources
Natural Language Queries: Ask questions in plain conversational language without special syntax
Model Flexibility: Choose from multiple Gemini variants (flash, pro, flash-lite) with different performance/price trade-offs, plus configurable thinking budget for reasoning depth
Provides access to Google's Gemini 2.5 AI models (Flash, Flash Lite, and Pro) with Google Search Grounding capabilities for web-enhanced AI responses.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Gemini Search MCPfind recent news about AI advancements in healthcare"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@kidapu/gemini-search-mcp
Gemini 3.1 Flash-Lite + Google Search Grounding を使った MCP サーバー。
npm: https://www.npmjs.com/package/@kidapu/gemini-search-mcp
インストール
API キーは Google AI Studio で取得できます。
MCP サーバーとして追加(推奨)
# ユーザーレベル(全プロジェクトで使用可能)
claude mcp add gemini-search -s user -e GEMINI_SEARCH_MCP_API_KEY=your_api_key -- npx -y @kidapu/gemini-search-mcp
# プロジェクトレベル(このプロジェクトのみ)
claude mcp add gemini-search -s project -e GEMINI_SEARCH_MCP_API_KEY=your_api_key -- npx -y @kidapu/gemini-search-mcpプラグインとしてインストール
# 1. マーケットプレイスを追加
/plugin marketplace add kidapu/Gemini-Search-MCP
# 2. プラグインをインストール
/plugin install gemini-search@gemini-search-mcp注意: プラグイン方式では事前に環境変数の設定が必要です。
# ~/.zshrc に追記 export GEMINI_SEARCH_MCP_API_KEY="your_api_key" # 反映 source ~/.zshrc
環境変数
変数名 | デフォルト | 説明 |
| - | Google AI API キー(必須) |
|
| モデル: |
|
| Thinking: -1=auto, 0=off, 1-24576 |
|
| Web検索: true/false |
モデル
エイリアス | フルネーム | 特徴 |
|
| 最速・最安・高性能(デフォルト) |
|
| ↑ と同じ |
|
| 最高性能 |
|
| 旧デフォルト |
|
| 旧最安 |
フルネームでも指定可能(例: GEMINI_MODEL=gemini-3-flash-preview)。
料金
モデル | Input (1M tokens) | Output (1M tokens) |
| $0.25 | $1.50 |
| $0.50 | $3.00 |
| $0.30 | $2.50 |
| $0.10 | $0.40 |
| $1.25 | $10.00 |
最新の料金は Gemini API Pricing を参照してください。
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.