Skip to content
Cursor

Muse Image for Cursor

io.github.kevintsai1202/muse-image

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

client:Cursor transport:stdio runtime:npm

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

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

Muse Image in other clients