Gemini Web Search
Performs web searches using the Gemini Web Search Tool via the local gemini-cli.
Gemini Web Search MCP Server
This project implements a Model Context Protocol (MCP) server that uses the local gemini-cli to perform Web Search Tool.
Prerequisites
- Node.js (v18 or higher)
- A local installation of the
gemini-cli.
Setup
-
Clone the repository:
git clone https://github.com/mofumofu3n/mcp-gemini-web-search.git cd google-search-mcp -
Install the dependencies:
npm install
Usage
Claude Desktop Configuration
Add the following configuration to your Claude Desktop settings file:
{
"mcpServers": {
"gemini-web-search": {
"command": "node",
"args": [
"/path/to/mcp-gemini-web-search/index.js"
]
}
}
}
Replace /path/to/mcp-gemini-web-search/ with the actual path to your cloned repository.
References
- Gemini CLI Web Search Documentation - Official documentation for Gemini CLI web search functionality
- gemini-cli の google_web_search が最高
Related Servers
Unsplash MCP Server
Search and integrate images from Unsplash using its official API.
RagDocs
A server for RAG-based document search and management using Qdrant vector database with Ollama or OpenAI embeddings.
Google Search Console
An MCP server for accessing Google Search Console data, including site performance and indexing status.
NPMLens MCP
NPMLens MCP lets your coding agent (such as Claude, Cursor, Copilot, Gemini or Codex) search the npm registry and fetch package context (README, downloads, GitHub info, usage snippets). It acts as a Model‑Context‑Protocol (MCP) server, giving your AI assistant a structured way to discover libraries and integrate them quickly.
Releasebot
Releasebot finds and watches release note sources from hundreds of products and companies.
Reexpress
Enable Similarity-Distance-Magnitude statistical verification for your search, software, and data science workflows
BigGo MCP Server
A server for product search, price history tracking, and specification search using the BigGo API.
YouTube Music MCP
Search and play tracks on YouTube Music via AI assistants.
Perplexity
An MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.
Airbnb
Search for Airbnb listings and retrieve their details.