Skip to content
Cursor

Nano Banana for Cursor

io.github.mindstone/mcp-server-nano-banana

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

client:Cursor transport:stdio runtime:npm

Install Nano Banana in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-nano-banana": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-nano-banana"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>",
        "NANO_BANANA_GEMINI_TIMEOUT_MS": "<NANO_BANANA_GEMINI_TIMEOUT_MS>",
        "NANO_BANANA_BRIDGE_TIMEOUT_MS": "<NANO_BANANA_BRIDGE_TIMEOUT_MS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Nano Banana in other clients