← Index

Nano Banana

io.github.mindstone/mcp-server-nano-banana·v0.3.2·AI & LLMs
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-nano-banana": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-nano-banana"
      ],
      "env": {
        "GEMINI_API_KEY": "<your-gemini_api_key>",
        "MCP_WORKSPACE_PATH": "<mcp_workspace_path>",
        "NANO_BANANA_GEMINI_TIMEOUT_MS": "180000",
        "NANO_BANANA_BRIDGE_TIMEOUT_MS": "30000"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server-nano-banana": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-nano-banana"
      ],
      "env": {
        "GEMINI_API_KEY": "<your-gemini_api_key>",
        "MCP_WORKSPACE_PATH": "<mcp_workspace_path>",
        "NANO_BANANA_GEMINI_TIMEOUT_MS": "180000",
        "NANO_BANANA_BRIDGE_TIMEOUT_MS": "30000"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @mindstone/mcp-server-nano-banana
§02  Environment variables
GEMINI_API_KEY
requiredsecret

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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in AI & LLMs