Skip to content
Zed

Muse Image for Zed

io.github.kevintsai1202/muse-image

Generate, edit and iteratively refine images with Meta Muse, returning file paths not base64.

client:Zed transport:stdio runtime:npm

Install Muse Image 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": {
    "muse-image": {
      "command": "npx",
      "args": [
        "-y",
        "muse-image-mcp"
      ],
      "env": {
        "MUSE_API_KEY": "<MUSE_API_KEY>",
        "MUSE_MODEL": "<MUSE_MODEL>",
        "MUSE_OUTPUT_DIR": "<MUSE_OUTPUT_DIR>"
      }
    }
  }
}

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

Muse Image in other clients