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
Rememberizer Common Knowledge
Provides semantic search and retrieval for internal company knowledge bases, including documents and Slack discussions.
Bucketeer Docs Local MCP Server
A local server to query Bucketeer documentation, which automatically fetches and caches content from its GitHub repository.
Brave Search
An MCP server for web and local search using the Brave Search API.
RagDocs
A server for RAG-based document search and management using Qdrant vector database with Ollama or OpenAI embeddings.
Freesound MCP Server
Search and discover audio content from Freesound.org for video editing and content creation.
Wolfram Alpha
Access the Wolfram Alpha API for computational knowledge and real-time data.
VideoSeek
Find anything in any video. Semantic video search, video Q&A, persistent memory, and social media import (TikTok/YouTube/Instagram) for AI agents. 18 MCP tools.
JinaAI Grounding
Enhances LLM responses with factual, real-time web content using Jina AI's grounding capabilities.
knowledge-rag
Local RAG system for Claude Code with hybrid search (semantic + BM25), cross-encoder reranking, markdown-aware chunking, 9 file formats, file watcher, and 12 MCP tools. Zero external servers. pip install knowledge-rag
US Business Data MCP Server
Search US business entities across 17 states, building permits in 400+ cities, SEC filings, and SAM.gov contracts.