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 が最高
Servidores relacionados
StatPearls
Fetches peer-reviewed medical and disease information from StatPearls.
Metro MCP
A MCP server of washington DC's Metro
Bus Nearby MCP
Provides access to the Israeli transport API for geocoding and transit directions.
Qdrant Retrieve
Semantic search using the Qdrant vector database.
Weather MCP
A weather server providing weather information for locations within the United States.
Search MCP Server
A versatile search server supporting multiple search engines, including Brave, Metaso, and Bocha.
Deep Research
Generates in-depth research reports using powerful AI models.
Google Web Search (Gemini)
Provides Google Web Search functionality using the Gemini API. Requires a Google API Key or OAuth credentials.
Perplexity
Interacting with Perplexity
Wikipedia MCP Server
A server that enables LLMs to query and retrieve information from Wikipedia.