mcp-xmorf
Rank #54,338io.github.crawde/xmorf
AI image editing and generation via xmorf API. Edit, generate, and list models.
mcp-xmorf is a Model Context Protocol (MCP) server published by crawde. It ranks #54,338 of 115,591 servers tracked on MCP Toplist. mcp-xmorf is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 19, 2026 and most recently updated on Apr 19, 2026.
Ranks ahead of 61,253 of 115,591 servers on MCP Toplist.
Use mcp-xmorf
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add xmorf -e "XMORF_API_TOKEN=<your XMORF_API_TOKEN>" -- npx -y mcp-xmorfReplace each placeholder with your own value before saving.
[mcp_servers.xmorf]
command = "npx"
args = ["-y", "mcp-xmorf"]
[mcp_servers.xmorf.env]
XMORF_API_TOKEN = "<your XMORF_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xmorf": {
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
],
"env": {
"XMORF_API_TOKEN": "<your XMORF_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xmorf": {
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
],
"env": {
"XMORF_API_TOKEN": "<your XMORF_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"xmorf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
],
"env": {
"XMORF_API_TOKEN": "<your XMORF_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xmorf": {
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
],
"env": {
"XMORF_API_TOKEN": "<your XMORF_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xmorf": {
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
],
"env": {
"XMORF_API_TOKEN": "<your XMORF_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.crawde%2Fxmorf)<a href="https://mcptoplist.com/server/io.github.crawde%2Fxmorf"><img src="https://mcptoplist.com/badge/io.github.crawde%2Fxmorf.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
crawde
Other servers by crawde
View all crawde servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Apr 19, 2026 |
Frequently asked questions
- Who maintains mcp-xmorf?
- mcp-xmorf is maintained by crawde, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is mcp-xmorf listed on the Official MCP Registry?
- Yes — mcp-xmorf is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcp-xmorf have?
- MCP Toplist tracks 1 version of mcp-xmorf, most recently published on Apr 19, 2026.
- Where can I find the source code for mcp-xmorf?
- The source code for mcp-xmorf is hosted at github.com/crawde/mcp-xmorf.