Gemini MCP Server
Enables access to Google's Gemini AI models for answering questions, reviewing code, and providing expert guidance in different domains with customizable parameters.
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 MCP Serverexplain quantum computing in simple terms"
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 MCP Server
A Model Context Protocol (MCP) server that enables Claude to interact with Google's Gemini AI models.
Inspired from this GitHub repo
Setup
Get a Gemini API key from Google AI Studio
Add to Claude Desktop config (
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"gemini": {
"command": "uvx",
"args": ["--from", "/path/to/gemini-mcp", "gemini-mcp"],
"env": {
"GEMINI_API_KEY": "your_api_key_here",
"MODEL_NAME": "gemini-2.5-flash-preview-05-20"
}
}
}
}Replace /path/to/gemini-mcp with the actual path to this directory.
Related MCP server: Gemini MCP Server
Usage
ask_gemini
Ask Gemini questions directly from Claude.
prompt: Your question for Geminitemperature: Response creativity (0.0-1.0, default: 0.5)context: Additional contextpersona: Role for Gemini (e.g., "senior architect", "security expert")
server_info
Check server status and Gemini availability.
Examples
Ask Gemini: What are the latest trends in machine learning?
Ask Gemini to review this code as a senior developer: [code]
Ask Gemini about Python best practices with context that I'm building a web APITroubleshooting
API key error: Set
GEMINI_API_KEYin your environmentRate limit: Wait and try again
Content filtered: Rephrase your request
Server issues: Use
server_infotool to check status
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceA server implementing the Model Context Protocol that enables AI assistants like Claude to interact with Google's Gemini API for text generation, text analysis, and chat conversations.Last updated
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables Claude Desktop to interact with Google's Gemini 2.5 Pro Experimental AI model, with features like Google Search integration and token usage reporting.Last updated23754Apache 2.0
- Flicense-qualityDmaintenanceA Model Context Protocol server that gives Claude access to Google's Gemini 2.5 Pro for extended thinking, code analysis, and problem-solving with a massive context window.Last updated11,703
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables Claude to collaborate with Google's Gemini AI models, providing tools for question answering, code review, brainstorming, test generation, and explanations.Last updatedMIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
A Model Context Protocol server for Wix AI tools
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/D-Diaa/gemini-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server