xmorf for Claude Desktop
io.github.crawde/xmorf
AI image editing and generation via xmorf API. Edit, generate, and list models.
client:Claude Desktop
transport:stdio
runtime:npm
Install xmorf in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"xmorf": {
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
],
"env": {
"XMORF_API_TOKEN": "<XMORF_API_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs