
Gemini MCP server
Model Context Protocol server for Google Gemini AI with chat, research, and grounding
not scanned yet
31 stars361 downloads/wk
Reviews
Write oneNobody has reviewed Gemini yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Gemini tools
No tool declarations could be read from the package source. They show once the server is installed.
What the publisher says
From the Gemini repository's README, as published. We do not edit it. Read it on GitHub
Gemini MCP - Google Gemini image generation, video and search grounding inside Claude
I've been running this Gemini MCP server in my Claude Desktop setup for months. It's one of the few I leave on permanently — not because Gemini replaces Claude, but because grounded search, image generation, SVG diagrams, and video are things Gemini does well. Having them as tools inside Claude beats switching browser tabs.
Thirteen tools, covering the models people actually come looking for: Nano Banana Pro (gemini-3-pro-image-preview) for image generation, Veo 3.1 for video with synchronised audio, and Gemini 3.1 Pro for chat and deep research with Google Search grounding. Images, SVGs and video preview inline in Claude Desktop through MCP Apps rather than landing as a file path you have to go and open.
One npx command.
Quick Navigation
Get started | What it does | SVG generation | Image output | Configuration | Tools | Models | Requirements
What it looks like
Generated images, SVGs, and videos render inline in Claude Desktop with zoom controls, file paths, and prompt context:
Get started in two minutes
Step 1: Get a Gemini API key
Go to Google AI Studio and create one. The free tier covers most development use — you'll hit rate limits on deep research if you're hammering it, but for day-to-day work it's fine.
Step 2: Add to your Claude Desktop config
Config file locations:
- Windows: C:\Users\{username}\AppData\Roaming\Claude\claudedesktopconfig.json
- macOS: ~/Library/Application Support/Claude/claudedesktopconfig.json
{
"mcpServers": {
"gemini": {
"command": "npx",
"args": ["@houtini/gemini-mcp"],
"env": {
"GEMINI_API_KEY": "your-api-key-here"
}
}
}
}Step 3: Restart Claude Desktop
That's it. Tools show up automatically. npx pulls the package on first run — no separate install needed.
Local build instead
For development, or if you'd rather not rely on npx:
git clone https://github.com/houtini-ai/gemini-mcp
cd gemini-mcp
npm install --include=dev
npm run buildThen point your config at the local build:
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y @houtini/gemini-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add gemini -- npx -y @houtini/gemini-mcp
Gemini: common questions
- Is Gemini MCP server safe?
- Yes, by our scan: it is graded A (85/100). Read the Gemini safety report
- How do I install Gemini?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Gemini need an API key?
- Yes. The registry entry asks for
GEMINI_API_KEY. - Is Gemini maintained?
- The last commit was in the last day (2026-09-22). The latest release is v2.8.0.
- What can I use instead of Gemini?
- Servers from other publishers that do the same job: Agent-Native Slides MCP server, Google Surf MCP server and Alibaba Cloud DashScope — Qwen MCP server. Compare all Gemini alternatives.
Alternatives to Gemini
Same job from other publishers: the closest match first, then the best rated.
- Agent-Native SlidesAgent-Native Google Slides - generate and edit React presentationsnot reviewedEstablishedA
- Google SurfWeb, academic and code search with graph RAG, data lineage, ontology and cross-project schema links.not reviewedEstablishedB
- Alibaba Cloud DashScope — QwenAlibaba Cloud DashScope MCP: Qwen chat, embeddings, and model discovery on your own account.not reviewedEstablishedB
- Ask LLMUnified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravitynot reviewedGrowingB
- Lune ResearchSearch peer-reviewed papers and research methodology guidance from your AI agent.not reviewedGrowingA