Enables access to Google's Gemini AI models for answering questions, reviewing code, and providing expert guidance in different domains with customizable parameters.
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
):
Replace /path/to/gemini-mcp
with the actual path to this directory.
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
Troubleshooting
- API key error: Set
GEMINI_API_KEY
in your environment - Rate limit: Wait and try again
- Content filtered: Rephrase your request
- Server issues: Use
server_info
tool to check status
This server cannot be installed
A Model Context Protocol server that enables Claude to interact with Google's Gemini AI models, allowing users to ask Gemini questions directly from Claude.
Related MCP Servers
- -securityAlicense-qualityModel Context Protocol (MCP) server implementation that enables Claude Desktop to interact with Google's Gemini AI models.Last updated -53TypeScriptMIT License
- -securityFlicense-qualityA 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 -Python
- -security-license-qualityAn MCP server implementation that allows using Google's Gemini AI models (specifically Gemini 1.5 Pro) through Claude or other MCP clients via the Model Context Protocol.Last updated -1JavaScript
- -securityFlicense-qualityA 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 updated -JavaScript