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 が最高
Serveurs connexes
PubMed Search
Search for biomedical literature from the PubMed database.
PubChem MCP Server
Search and access chemical compound information from the PubChem database.
Ecomm MCP Server
A product search server that provides markdown-formatted responses with clickable product links and prices.
Knowledge Vault Search
Search a personal knowledge vault using hybrid semantic and keyword matching.
ClimateTriage
Search for open source issues related to climate change and sustainability using the ClimateTriage API.
Unsplash
Search for pictures on Unsplash using the Unsplash API.
RAG Documentation MCP Server
Retrieve and process documentation using vector search to provide relevant context for AI assistants.
mxHERO Multi-Account Email Search
Search across multiple email accounts using mxHERO's vector search service.
JinaAI
Light JINA AI MCP
Ebook MCP Service
Access and search EPUB ebook collections using semantic vector search.