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 が最高
相关服务器
Anime MCP Server
An AI-powered server for searching and getting recommendations for anime.
IMDb MCP Server
Provides movie and TV show information using the IMDb API service.
MCP Gemini Grounded Search
A Go-based MCP server providing grounded search functionality using Google's Gemini API.
Danube
AI Tools Marketplace
Scholarly
Search for academic articles using scholarly vendors.
MCP Gemini Google Search
Performs Google searches using Gemini's built-in Grounding with Google Search feature.
Docs MCP
A server for efficiently searching and referencing user-configured local documents.
Researcher MCP
A research assistant powered by Perplexity AI for intelligent search, documentation retrieval, and code assistance.
Freesound MCP Server
Search and discover audio content from Freesound.org for video editing and content creation.
RAG Documentation MCP Server
Retrieve and process documentation using vector search to provide relevant context for AI assistants.