hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Integrations
Enables searching the web using Google Search to retrieve up-to-date information
Uses the Gemini 2.0 API to generate responses based on search results and provide the latest information
Gemini Search MCP Server
An MCP server that generates responses based on the latest information using the Gemini API and Google Search.
Note : This MCP server does not work standalone. It needs to be used in combination with AI assistants like Cline . The Gemini search functionality becomes available when you load this project into an AI assistant.
An MCP server that uses the Gemini API and Google search to generate answers based on up-to-date information.
Note : This MCP server does not work alone. It must be used in conjunction with an AI assistant such as Cline . By loading this project into the AI assistant, the Gemini search function will become available.
Features
Tools
search
- Generate answers using Gemini 2.0 and Google Search- Takes a query as input and returns Gemini's response along with relevant search results
function
Tools
search
- Answer questions using Gemini 2.0 and Google search- It takes a query as input and returns Gemini's answers and relevant search results.
Setup
- Install dependencies:
- Build:
- Set environment variables: Create a
.env
file in the project root with the following content:
Note: You can get your Gemini API key from Google AI Studio .
Development
For automatic builds during development:
Installation
To use with Claude Desktop, add the following configuration:
Windows: %APPDATA%/Claude/claude_desktop_config.json
Debugging
Since MCP servers communicate via stdio, we recommend using MCP Inspector for debugging:
The Inspector provides a URL to access debugging tools in your browser.
License
The code in this project is released under the MIT License . However, please note that this project uses the Google Gemini API, which is subject to Google's Terms of Service . When using this MCP server, you must comply with both the MIT License for our code and Google's terms for the Gemini API.
set up
- Install dependencies:
- Build:
- Set environment variables: Create a
.env
file in the root of your project with the following content:
*Gemini API key can be obtained from Google AI Studio .
development
Automated development builds:
install
To use with Claude Desktop, add the following configuration:
Windows: %APPDATA%/Claude/claude_desktop_config.json
debug
Since MCP servers communicate via stdio, we recommend using MCP Inspector for debugging:
Inspector provides a URL to access the debugging tools in your browser.
license
The code for this project is released under the MIT License . However, because this project uses the Google Gemini API, it is also subject to Google's terms of service . When using this MCP server, you must comply with both the MIT License for the code and the Gemini API's terms of service.
You must be authenticated.
Utilizes Gemini API and Google Search to generate answers based on the latest information for user queries.