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 が最高
Related Servers
MarineTraffic MCP Server
Provides access to MarineTraffic vessel tracking data.
Dartpoint
Access public disclosure information for Korean companies (DART) using the dartpoint.ai API.
National Parks
Access real-time information about U.S. National Parks, including park details, alerts, and activities, via the National Park Service (NPS) API.
RSS3
Integrates the RSS3 API to query the Open Web.
ClimateTriage
Search for open source issues related to climate change and sustainability using the ClimateTriage API.
Simple Files Vectorstore
Provides semantic search across local files by creating vector embeddings from watched directories.
MCP Web Search Tool
A server for real-time web search using pluggable providers, powered by the Brave Search API.
Grok Search
Comprehensive web, news, and social media search and analysis using xAI's Grok API.
Search Intent MCP
Analyzes user search keyword intent for SEO support using the AI Search Intent API.
Finviz MCP Server
Provides stock screening and fundamental analysis using Finviz data. Requires a Finviz Elite subscription.