Mmcp.market

Gemini MCP server

by houtini-ai·io.github.houtini-ai/gemini·v2.8.0

Model Context Protocol server for Google Gemini AI with chat, research, and grounding

A85/100grade A
What users say
No reviews yet
Be the first
Safety scan
A85/100

not scanned yet

Adoption
Growing

31 stars361 downloads/wk

Reviews

Write one

Nobody 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.

Not scanned yet. New registry listings are scanned within a day of import.

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 build

Then 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
Add to Cursor

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.

All Gemini alternatives →
  • Agent-Native Slides
    Agent-Native Google Slides - generate and edit React presentations
    A
  • Google Surf
    Web, academic and code search with graph RAG, data lineage, ontology and cross-project schema links.
    B
  • Alibaba Cloud DashScope — Qwen
    Alibaba Cloud DashScope MCP: Qwen chat, embeddings, and model discovery on your own account.
    B
  • Ask LLM
    Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity
    B
  • Lune Research
    Search peer-reviewed papers and research methodology guidance from your AI agent.
    A

More from houtini-ai