Gemini Search MCP Server
The Gemini Search MCP Server provides these capabilities:
Search: Generate responses based on the latest information using Google Search and Gemini 2.0
Analyze File: Process a single image or PDF using Gemini 2.0's multimodal capabilities, with optional query/instruction
Analyze Multiple Files: Examine multiple images or PDFs simultaneously to check for content consistency, with optional query/instruction
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
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Gemini Search MCP ServerWhat are the latest developments in quantum computing?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 SearchTakes a query as input and returns Gemini's response along with relevant search results
Related MCP server: MCP Gemini API Server
function
Tools
search- Answer questions using Gemini 2.0 and Google searchIt takes a query as input and returns Gemini's answers and relevant search results.
Setup
Install dependencies:
npm installBuild:
npm run buildSet environment variables: Create a
.envfile in the project root with the following content:
GEMINI_API_KEY=your_api_key_hereNote: You can get your Gemini API key from Google AI Studio .
Development
For automatic builds during development:
npm run watchInstallation
To use with Claude Desktop, add the following configuration:
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"gemini": {
"command": "node",
"args": ["path/to/gemini-search-server/build/index.js"],
"env": {
"GEMINI_API_KEY": "your_api_key_here"
}
}
}
}Debugging
Since MCP servers communicate via stdio, we recommend using MCP Inspector for debugging:
npm run inspectorThe 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:
npm installBuild:
npm run buildSet environment variables: Create a
.envfile in the root of your project with the following content:
GEMINI_API_KEY=your_api_key_here*Gemini API key can be obtained from Google AI Studio .
development
Automated development builds:
npm run watchinstall
To use with Claude Desktop, add the following configuration:
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"gemini": {
"command": "node",
"args": ["path/to/gemini-search-server/build/index.js"],
"env": {
"GEMINI_API_KEY": "your_api_key_here"
}
}
}
}debug
Since MCP servers communicate via stdio, we recommend using MCP Inspector for debugging:
npm run inspectorInspector 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.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI-powered assistance for coding problems using Google's Gemini AI, combined with Perplexity insights and Stack Overflow references, facilitating contextual analysis and automatic response archiving for improved troubleshooting.16
- AlicenseBqualityDmaintenanceA server that provides access to Google Gemini AI capabilities including text generation, image analysis, YouTube video analysis, and web search functionality through the MCP protocol.61994ISC
- AlicenseNot gradedqualityDmaintenanceEnables AI models to search the web for current information before generating responses, with features for conditional searching, geographic customization, and automatic citations.1MIT
- AlicenseBqualityDmaintenanceAn automated research agent that leverages Google Gemini models and Google Search to perform deep, multi-step web research, generating sophisticated queries and producing citation-rich answers.128MIT
Related MCP Connectors
Search the web in real time to get trustworthy, source-backed answers. Find the latest news and co…
Google AI Overview answers and cited sources via the Apify Google AI Overview API, hosted MCP.
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lorhlona/geminiserchMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server