Skip to content
Grok

Muse Image for Grok

io.github.kevintsai1202/muse-image

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

client:Grok transport:stdio runtime:npm

Install Muse Image in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Muse Image in other clients