1. Conduid
  2. Content
  3. io.github.crawde/xmorf
MCP server · Content

io.github.crawde/xmorf

AI image editing and generation via xmorf API. Edit, generate, and list models.

Unclaimed content
37Low

Scored 4 months ago · breakdown

About io.github.crawde/xmorf

io.github.crawde/xmorf is an MCP server in the Content category: aI image editing and generation via xmorf API. Edit, generate, and list models. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-crawde-xmorf -- npx -y mcp-xmorf
npx
npx -y mcp-xmorf

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.crawde/xmorf

Powered by Claude · Grounded in docs

I know everything about io.github.crawde/xmorf. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

mcp-xmorf

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.crawde/xmorf

How do I install io.github.crawde/xmorf?

Run claude mcp add io-github-crawde-xmorf -- npx -y mcp-xmorf, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.crawde/xmorf safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.crawde/xmorf still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.