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
arXiv Research Assistant
Interact with the arXiv.org paper database. Supports keyword search, paper lookups, author searches, and trend analysis.
Geocoding
Provides geocoding services by integrating with the Nominatim API.
PipeCD Docs
Search and retrieve official PipeCD documentation.
Bilibili API
Search for videos, users, and retrieve danmaku from the Bilibili API.
Perplexity
Web search using the Perplexity API with automatic model selection based on query intent.
Google Maps MCP Server
Integrates Google Maps for route planning, traffic analysis, and cost estimation.
Search1API
One API for Search, Crawling, and Sitemaps
Anime MCP Server
An AI-powered server for searching and getting recommendations for anime.
Transform SEO
SEO analysis server with 130+ tools for keyword research, competitors, backlinks, and more.
MCP Open Library
A Model Context Protocol (MCP) server for the Open Library API that enables AI assistants to search for book and author information.