Muse Image for Claude Desktop
io.github.kevintsai1202/muse-image
Generate, edit and iteratively refine images with Meta Muse, returning file paths not base64.
client:Claude Desktop
transport:stdio
runtime:npm
Install Muse Image in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs