mcpbeat Sign in
I

Ultimate Gemini MCP Server

local only

Ultimate Gemini MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Image generation with Google Gemini 3.1 Flash: 512px-4K, reference images, search grounding

Installs / week
pypi · ultimate-gemini-mcp
14
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
License
Python

Nothing serious here today

Today is the operative word: we check Ultimate Gemini MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ultimate-image-gen-mcp -- uvx ultimate-gemini-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ultimate-image-gen-mcp": {
      "args": [
        "ultimate-gemini-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ultimate-image-gen-mcp]
command = "uvx"
args = ["ultimate-gemini-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ultimate-image-gen-mcp": {
      "args": [
        "ultimate-gemini-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ultimate-image-gen-mcp": {
      "args": [
        "ultimate-gemini-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GEMINI_API_KEY (Google Gemini API key (free tier at https://aistudio.google.com/apikey). Also accepts GOOGLE_API_KEY.), OUTPUT_DIR (Directory where generated images are saved), DEFAULT_IMAGE_SIZE (Default resolution for generated images), DEFAULT_MODEL (Default Gemini image model), ENABLE_PROMPT_ENHANCEMENT (Automatically enhance prompts with Gemini Flash before generation), ENABLE_GOOGLE_SEARCH (Enable Google Search grounding by default (real-time data like weather, events)), REQUEST_TIMEOUT (API request timeout in seconds), MAX_BATCH_SIZE (Max parallel requests in batch mode), LOG_LEVEL (Logging level). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ultimate Gemini MCP

same job, measured the same way
NanoBanana Pro 2
by u2n4

4K AI image generation via NanoBanana Pro 2: Pro + Flash models, Google Search grounding

127 installs/wk local only
Google Image
by codechap

MCP server for Google Gemini image generation and editing

local only
MCP Imagenate
by mimo-3

MCP server for image generation using multiple providers (Google Gemini, OpenAI, BFL FLUX)

160 installs/wk local only
MCP Nano Banana
by codefi

MCP server for Google Nano Banana (Gemini) image generation

49 installs/wk local only
Gemini Image Studio
by udhaykumarbala

AI image generation and editing with Google Gemini. Structured JSON editing.

48 installs/wk local only
Gemini
by houtini-ai

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

412 installs/wk local only
Gemini MCP
by chrischall

Generate and edit images with Google Gemini (Nano Banana / Nano Banana Pro) image models.

932 installs/wk local only
Gemini Image
by jimothysnicket

Google Gemini image generation, editing, and local processing via MCP

872 installs/wk local only

Ultimate Gemini MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ultimate Gemini MCP?
Ultimate Gemini MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ultimate-gemini-mcp.
How do I connect Ultimate Gemini MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ultimate-gemini-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Ultimate Gemini MCP open source?
We cannot say either way: written in Python and 14 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.