Performs web searches using the Gemini Web Search Tool via the local gemini-cli.
This project implements a Model Context Protocol (MCP) server that uses the local gemini-cli to perform Web Search Tool.
gemini-cli
.Clone the repository:
git clone https://github.com/mofumofu3n/mcp-gemini-web-search.git
cd google-search-mcp
Install the dependencies:
npm install
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.
Search for products and compare prices at Coles and Woolworths supermarkets in Australia.
Search campgrounds around the world on campertunity, check availability, and provide booking links.
Web search using OpenAI's o3 model. Requires an OpenAI API key.
Search and retrieve brewery data worldwide using the Open Brewery DB API.
Search and book from over 2 million hotels with shopping and booking capabilities.
A server for document management and semantic search using AI embeddings, with local JSON storage.
Perform real-time web searches using the Yandex Search API.
Search for scientific publications across ArXiv, ACL Anthology, HuggingFace Datasets, and Semantic Scholar.
An MCP agent that integrates various search tools using the SearchAPI service. Requires SearchAPI and Google API keys.
Provides an AI search tool to enhance AI model responses with real-time search results from various search engines using the Higress ai-search feature.