Server data from the Official MCP Registry
AI image editing and generation via xmorf API. Edit, generate, and list models.
AI image editing and generation via xmorf API. Edit, generate, and list models.
Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: XMORF_API_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-crawde-xmorf": {
"env": {
"XMORF_API_TOKEN": "your-xmorf-api-token-here"
},
"args": [
"-y",
"mcp-xmorf"
],
"command": "npx"
}
}
}From the project's GitHub README.
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:
{
"mcpServers": {
"xmorf": {
"command": "npx",
"args": ["-y", "mcp-xmorf"],
"env": {
"XMORF_API_TOKEN": "xmorf_your_token_here"
}
}
}
}
Add to .vscode/mcp.json:
{
"servers": {
"xmorf": {
"command": "npx",
"args": ["-y", "mcp-xmorf"],
"env": {
"XMORF_API_TOKEN": "xmorf_your_token_here"
}
}
}
}
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"xmorf": {
"command": "npx",
"args": ["-y", "mcp-xmorf"],
"env": {
"XMORF_API_TOKEN": "xmorf_your_token_here"
}
}
}
}
Edit this photo to remove the background
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.
Generate a watercolor painting of a mountain landscape at dawn
What image editing models are available on xmorf?
| Variable | Required | Description |
|---|---|---|
XMORF_API_TOKEN | Yes | Your xmorf API bearer token |
See the full API docs at xmorf.com/docs.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.