The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Xmorf listing page.
MCP server for xmorf — AI image editing and generation API.
| Tool | Description |
|---|---|
xmorf_edit_image | Edit images with natural language prompts (8 AI models) |
xmorf_generate_image | Generate images from text descriptions |
xmorf_list_models | List available editing models |
| Model | Description |
|---|---|
standard | General-purpose AI image editing |
enhance | Enhance realism / anything-to-real |
upscale | Upscale and improve resolution |
shadow | Light & shadow migration (needs reference image) |
kiss | Passionate kiss effect (needs reference image) |
skin | Skin editing and retouching |
angles | Multi-angle view generation |
scene | Scene change / next-scene generation |
Get an API token from xmorf.com.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
Add to .vscode/mcp.json:
Add to ~/.cursor/mcp.json:
The xmorf_edit_image tool accepts file paths, data URLs, or raw base64 as input. You can optionally specify an output path to save the result to disk.
| Variable | Required | Description |
|---|---|---|
XMORF_API_TOKEN | Yes | Your xmorf API bearer token |
See the full API docs at xmorf.com/docs.
MIT