Gemini Search MCP Server

Gemini Search MCP Server

Utilizes Gemini API and Google Search to generate answers based on the latest information for user queries.

Category
Visit Server

Tools

search

Gemini 2.0とGoogle検索を使用して、最新の情報に基づいた回答を生成

analyze_file

Gemini 2.0のマルチモーダル機能を使用してファイル(画像、PDF)を分析

analyze_files

複数のファイルを同時に分析し、内容の整合性を確認

README

Gemini Search MCP Server

MCP Server

An MCP server that generates responses based on the latest information using the Gemini API and Google Search.

Note: This MCP server does not work standalone. It needs to be used in combination with AI assistants like Cline. The Gemini search functionality becomes available when you load this project into an AI assistant.


Gemini APIとGoogle検索を使用して、最新の情報に基づいた回答を生成するMCPサーバーです。

注意: このMCPサーバーは単体では動作しません。ClineなどのAIアシスタントと組み合わせて使用する必要があります。AIアシスタントにこのプロジェクトを読み込ませることで、Gemini検索機能が利用可能になります。

Features

Tools

  • search - Generate answers using Gemini 2.0 and Google Search
    • Takes a query as input and returns Gemini's response along with relevant search results

機能

Tools

  • search - Gemini 2.0とGoogle検索を使用して質問に回答
    • クエリを入力として受け取り、Geminiの回答と関連する検索結果を返します

Setup

  1. Install dependencies:
npm install
  1. Build:
npm run build
  1. Set environment variables: Create a .env file in the project root with the following content:
GEMINI_API_KEY=your_api_key_here

Note: You can get your Gemini API key from Google AI Studio.

Development

For automatic builds during development:

npm run watch

Installation

To use with Claude Desktop, add the following configuration:

Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "gemini": {
      "command": "node",
      "args": ["path/to/gemini-search-server/build/index.js"],
      "env": {
        "GEMINI_API_KEY": "your_api_key_here"
      }
    }
  }
}

Debugging

Since MCP servers communicate via stdio, we recommend using MCP Inspector for debugging:

npm run inspector

The Inspector provides a URL to access debugging tools in your browser.

License

The code in this project is released under the MIT License. However, please note that this project uses the Google Gemini API, which is subject to Google's Terms of Service. When using this MCP server, you must comply with both the MIT License for our code and Google's terms for the Gemini API.


セットアップ

  1. 依存関係のインストール:
npm install
  1. ビルド:
npm run build
  1. 環境変数の設定: .envファイルをプロジェクトのルートに作成し、以下の内容を設定してください:
GEMINI_API_KEY=your_api_key_here

※ Gemini APIキーはGoogle AI Studioから取得できます。

開発

開発時の自動ビルド:

npm run watch

インストール

Claude Desktopで使用するには、以下の設定を追加してください:

Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "gemini": {
      "command": "node",
      "args": ["path/to/gemini-search-server/build/index.js"],
      "env": {
        "GEMINI_API_KEY": "your_api_key_here"
      }
    }
  }
}

デバッグ

MCPサーバーはstdioを介して通信するため、デバッグにはMCP Inspectorの使用を推奨します:

npm run inspector

InspectorはブラウザでデバッグツールにアクセスするためのURLを提供します。

ライセンス

このプロジェクトのコードはMIT Licenseの下で公開されています。 ただし、このプロジェクトはGoogle Gemini APIを使用しているため、Googleの利用規約も適用されます。このMCPサーバーを使用する際は、コードのMITライセンスとGemini APIの利用規約の両方に従う必要があります。

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured