{
  "markdown": "# mcp-xmorf\n\nMCP server for [xmorf](https://xmorf.com) — AI image editing and generation API.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `xmorf_edit_image` | Edit images with natural language prompts (8 AI models) |\n| `xmorf_generate_image` | Generate images from text descriptions |\n| `xmorf_list_models` | List available editing models |\n\n### Edit Models\n\n| Model | Description |\n|-------|-------------|\n| `standard` | General-purpose AI image editing |\n| `enhance` | Enhance realism / anything-to-real |\n| `upscale` | Upscale and improve resolution |\n| `shadow` | Light & shadow migration (needs reference image) |\n| `kiss` | Passionate kiss effect (needs reference image) |\n| `skin` | Skin editing and retouching |\n| `angles` | Multi-angle view generation |\n| `scene` | Scene change / next-scene generation |\n\n## Setup\n\nGet an API token from [xmorf.com](https://xmorf.com).\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"xmorf\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-xmorf\"],\n      \"env\": {\n        \"XMORF_API_TOKEN\": \"xmorf_your_token_here\"\n      }\n    }\n  }\n}\n```\n\n### VS Code\n\nAdd to `.vscode/mcp.json`:\n\n```json\n{\n  \"servers\": {\n    \"xmorf\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-xmorf\"],\n      \"env\": {\n        \"XMORF_API_TOKEN\": \"xmorf_your_token_here\"\n      }\n    }\n  }\n}\n```\n\n### Cursor\n\nAdd to `~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"xmorf\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-xmorf\"],\n      \"env\": {\n        \"XMORF_API_TOKEN\": \"xmorf_your_token_here\"\n      }\n    }\n  }\n}\n```\n\n## Usage Examples\n\n### Edit an image\n\n```\nEdit this photo to remove the background\n```\n\nThe `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.\n\n### Generate an image\n\n```\nGenerate a watercolor painting of a mountain landscape at dawn\n```\n\n### List models\n\n```\nWhat image editing models are available on xmorf?\n```\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `XMORF_API_TOKEN` | Yes | Your xmorf API bearer token |\n\n## API Reference\n\nSee the full API docs at [xmorf.com/docs](https://xmorf.com/docs).\n\n## License\n\nMIT\n",
  "bytes": 2325,
  "sha": "49a544e9daf89a236dc0b9930bbe3b75c0c0969de21922daad7995cb34d89e42",
  "repo_slug": "crawde/mcp-xmorf",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_crawde_xmorf_0fd2f953/readme"
}