Skip to main content
Glama
kidapu

Gemini Search MCP

by kidapu

@kidapu/gemini-search-mcp

npm version

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

Related MCP server: Deno Gemini Grounding MCP Server

環境変数

変数名

デフォルト

説明

GEMINI_SEARCH_MCP_API_KEY

-

Google AI API キー(必須)

GEMINI_MODEL

flash

モデル: flash, flash-lite, pro, 2.5-flash

GEMINI_THINKING_BUDGET

-1

Thinking: -1=auto, 0=off, 1-24576

GEMINI_WEB_SEARCH

true

Web検索: true/false

モデル

エイリアス

フルネーム

特徴

flash

gemini-3.1-flash-lite-preview

最速・最安・高性能(デフォルト)

flash-lite

gemini-3.1-flash-lite-preview

↑ と同じ

pro

gemini-2.5-pro

最高性能

2.5-flash

gemini-2.5-flash

旧デフォルト

2.5-flash-lite

gemini-2.5-flash-lite

旧最安

フルネームでも指定可能(例: GEMINI_MODEL=gemini-3-flash-preview)。

料金

モデル

Input (1M tokens)

Output (1M tokens)

gemini-3.1-flash-lite-preview

$0.25

$1.50

gemini-3-flash-preview

$0.50

$3.00

gemini-2.5-flash

$0.30

$2.50

gemini-2.5-flash-lite

$0.10

$0.40

gemini-2.5-pro

$1.25

$10.00

最新の料金は Gemini API Pricing を参照してください。

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    D
    maintenance
    Provides real-time web research and URL summarization capabilities using Gemini 2.5 Flash with native Google Search grounding. It enables users to perform factual searches and summarize web content directly within MCP-compatible clients like Claude Desktop.
    Last updated
    17
  • A
    license
    -
    quality
    D
    maintenance
    Enables web search using Google Gemini with search grounding and question-answering on local documents, with support for chunked document reading.
    Last updated
    40
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • The best web search for your AI Agent

  • Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.

  • Web search, news, page retrieval, sitemaps, and trending topics through Search1API.

View all MCP Connectors

Latest Blog Posts

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/kidapu/Gemini-Search-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server