Skip to content

gemini image studio for Zed

io.github.udhaykumarbala/gemini-image-studio

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

client:Zed transport:stdio runtime:npm

Install gemini image studio 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": {
    "gemini-image-studio": {
      "command": "npx",
      "args": [
        "-y",
        "gemini-image-studio-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}

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

gemini image studio in other clients