mcpbeat Sign in

Xmorf MCP Server

local only

Xmorf runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 19 Apr 2026.

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

Installs per day peak 27 · avg 7 · +2% w/w
a month agotoday
32
Installs / week
npm · mcp-xmorf
0
Stars
0 open issues
19 Apr 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Xmorf every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add xmorf -- npx -y mcp-xmorf
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xmorf": {
      "args": [
        "-y",
        "mcp-xmorf"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xmorf]
command = "npx"
args = ["-y", "mcp-xmorf"]
.cursor/mcp.json
{
  "mcpServers": {
    "xmorf": {
      "args": [
        "-y",
        "mcp-xmorf"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xmorf": {
      "args": [
        "-y",
        "mcp-xmorf"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: XMORF_API_TOKEN (Your xmorf API bearer token from xmorf.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Xmorf

same job, measured the same way
Muapi
by anil-matcha

Generate images, videos, and audio using 100+ AI models via muapi.ai.

38 installs/wk local only
Pruna
by charlesrapp

Ultra-fast image generation, editing, upscaling, and video generation via Pruna AI.

73 installs/wk local only
Gemini Image
by jimothysnicket

Google Gemini image generation, editing, and local processing via MCP

775 installs/wk local only
C
YouCam for Creators
by makeupar

Provides YouCam API for AI image and video editing and generation.

34 tools answering
Pixel Surgeon
by j-east

AI image and video generation, editing, and region repair via Gemini, OpenAI, and Grok.

338 installs/wk local only
MCP Nanobanana Pro
by acedatacloud

MCP server for NanoBanana AI image generation and editing

1 190 installs/wk answering
Grok Image
by codechap

MCP server for Grok image generation and editing

local only
Euphronios Media Generation
by euphronios

Generate and edit images, video, voice, lip-sync and 3D models from your AI agent.

answering

Xmorf — questions

Answers built from our own checks of this server.

Why is there no uptime for Xmorf?
Xmorf runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-xmorf was installed 32 times last week.
How do I connect Xmorf?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-xmorf straight from npm; nothing to host, nothing to sign up for.
How many people use Xmorf?
The npm package mcp-xmorf was installed 32 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Xmorf open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.