Loading MCP server directory, please wait...
Generate, edit and iteratively refine images with Meta Muse, returning file paths not base64.
npx @getmcp/cli add io.github.kevintsai1202/muse-imageRequires Node.js 18+. Community-contributed server. Review source before installing.
MUSE_API_KEYMeta Model API key, created at https://dev.meta.ai under API keys
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.kevintsai1202/muse-image": {
"command": "npx",
"args": [
"-y",
"muse-image-mcp"
],
"env": {
"MUSE_API_KEY": "",
"MUSE_MODEL": "muse-image-1.0",
"MUSE_OUTPUT_DIR": ""
}
}
}
}