Skip to content
Windsurf

Muse Image for Windsurf

io.github.kevintsai1202/muse-image

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

client:Windsurf transport:stdio runtime:npm

Install Muse Image in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Muse Image in other clients