Skip to content

nanobanana mcp server for Zed

io.github.zhongweili/nanobanana-mcp-server

An MCP server that provides image generation and editing capabilities

client:Zed transport:stdio runtime:pypi

Install nanobanana mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "nanobanana-mcp-server": {
      "command": "uvx",
      "args": [
        "nanobanana-mcp-server"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "IMAGE_OUTPUT_DIR": "<IMAGE_OUTPUT_DIR>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

nanobanana mcp server in other clients