Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Xmorf

FreeNot checked

MCP server for xmorf API enabling AI image editing and generation via natural language prompts.

GitHubEmbed

About

MCP server for xmorf API enabling AI image editing and generation via natural language prompts.

README

MCP server for xmorf — AI image editing and generation API.

Tools

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

Edit 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

Setup

Get an API token from xmorf.com.

Claude Desktop

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"
      }
    }
  }
}

VS Code

Add to .vscode/mcp.json:

{
  "servers": {
    "xmorf": {
      "command": "npx",
      "args": ["-y", "mcp-xmorf"],
      "env": {
        "XMORF_API_TOKEN": "xmorf_your_token_here"
      }
    }
  }
}

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "xmorf": {
      "command": "npx",
      "args": ["-y", "mcp-xmorf"],
      "env": {
        "XMORF_API_TOKEN": "xmorf_your_token_here"
      }
    }
  }
}

Usage Examples

Edit an image

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 an image

Generate a watercolor painting of a mountain landscape at dawn

List models

What image editing models are available on xmorf?

Environment Variables

Variable Required Description
XMORF_API_TOKEN Yes Your xmorf API bearer token

API Reference

See the full API docs at xmorf.com/docs.

License

MIT

from github.com/crawde/mcp-xmorf

Install Xmorf in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-xmorf

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcp-xmorf -- npx -y mcp-xmorf

FAQ

Is Xmorf MCP free?

Yes, Xmorf MCP is free — one-click install via Unyly at no cost.

Does Xmorf need an API key?

No, Xmorf runs without API keys or environment variables.

Is Xmorf hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Xmorf in Claude Desktop, Claude Code or Cursor?

Open Xmorf on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Xmorf with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs