Skip to content
Cline

Muse Image for Cline

io.github.kevintsai1202/muse-image

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

client:Cline transport:stdio runtime:npm

Install Muse Image in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Muse Image in other clients