mcpbeat Sign in

Nano Banana MCP Server

local only

Nano Banana runs on your own machine — the client starts it, so there is no endpoint to ping. 174 installs a week from npm. Last commit 13 Sep 2026.

Nano Banana MCP server — Google Gemini image generation and editing via Model Context Protocol

Installs per day peak 112 · avg 40 · -33% w/w
a month agotoday
174
Installs / week
npm · @mindstone/mcp-server-nano-banana
12
Stars
1 open issues
13 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Nano Banana 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 mcp-server-nano-banana -- npx -y @mindstone/mcp-server-nano-banana
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-nano-banana": {
      "args": [
        "-y",
        "@mindstone/mcp-server-nano-banana"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-nano-banana]
command = "npx"
args = ["-y", "@mindstone/mcp-server-nano-banana"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-nano-banana": {
      "args": [
        "-y",
        "@mindstone/mcp-server-nano-banana"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-nano-banana": {
      "args": [
        "-y",
        "@mindstone/mcp-server-nano-banana"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GEMINI_API_KEY (Google Gemini API key), MCP_WORKSPACE_PATH (Workspace directory for saving generated images), NANO_BANANA_GEMINI_TIMEOUT_MS (Outbound Gemini request timeout in milliseconds), NANO_BANANA_BRIDGE_TIMEOUT_MS (Host-bridge request timeout in milliseconds). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Nano Banana

same job, measured the same way
Google Image
by codechap

MCP server for Google Gemini image generation and editing

local only
MCP Nano Banana
by codefi

MCP server for Google Nano Banana (Gemini) image generation

61 installs/wk local only
Gemini Image
by jimothysnicket

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

775 installs/wk local only
Gemini MCP
by chrischall

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

669 installs/wk local only
Gemini
by houtini-ai

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

482 installs/wk local only
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 Jules MCP Server
by georgeracu

Model Context Protocol server for Google's Jules AI coding agent

112 installs/wk local only
Gemini Image Studio
by udhaykumarbala

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

50 installs/wk local only

Nano Banana — questions

Answers built from our own checks of this server.

Why is there no uptime for Nano Banana?
Nano Banana 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 npm package @mindstone/mcp-server-nano-banana was installed 174 times last week.
How do I connect Nano Banana?
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 @mindstone/mcp-server-nano-banana straight from npm; nothing to host, nothing to sign up for.
How many people use Nano Banana?
The npm package @mindstone/mcp-server-nano-banana was installed 174 times in the last week. Week over week that is -33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nano Banana open source?
We cannot say either way: written in TypeScript, 12 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.