Back to Browse

Xmorf MCP Server

by Crawde
Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.0
Moderate7.0Low Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your xmorf API bearer token from xmorf.comRequired

Environment variable: XMORF_API_TOKEN

How to Install

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

Documentation

View on GitHub

From the project's GitHub README.

mcp-xmorf

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

Tools

ToolDescription
xmorf_edit_imageEdit images with natural language prompts (8 AI models)
xmorf_generate_imageGenerate images from text descriptions
xmorf_list_modelsList available editing models

Edit Models

ModelDescription
standardGeneral-purpose AI image editing
enhanceEnhance realism / anything-to-real
upscaleUpscale and improve resolution
shadowLight & shadow migration (needs reference image)
kissPassionate kiss effect (needs reference image)
skinSkin editing and retouching
anglesMulti-angle view generation
sceneScene 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

VariableRequiredDescription
XMORF_API_TOKENYesYour xmorf API bearer token

API Reference

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

License

MIT

Reviews

No reviews yet

Be the first to review this server!