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 が最高
เซิร์ฟเวอร์ที่เกี่ยวข้อง
GPT Researcher
Conducts autonomous, in-depth research by exploring and validating multiple sources to provide relevant and up-to-date information.
Pixabay MCP Server
Search and retrieve royalty-free images and videos using the Pixabay API.
Tavily
Search engine for AI agents (search + extract) powered by Tavily
PubMed Search
Search for biomedical literature from the PubMed database.
Crossref MCP Server
Search and access academic paper metadata from Crossref.
Everything Search
Perform lightning-fast local file searches on Windows using the Everything Search Engine.
Tavily Search
A search API tailored for LLMs, providing web search, RAG context generation, and Q&A capabilities through the Tavily API.
Baidu Search
A search server for the Model Context Protocol (MCP) that uses the Baidu Wenxin API.
JinaAI
Light JINA AI MCP
Perplexity
Web search using the Perplexity API with automatic model selection based on query intent.