AI image editing and generation via xmorf API. Edit, generate, and list models.
claude mcp add xmorf -- npx -y mcp-xmorf
claude_desktop_config.json
{
"mcpServers": {
"xmorf": {
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"xmorf": {
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"xmorf": {
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"xmorf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"xmorf": {
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.crawde--xmorf/reviews or the review_server meta-tool.
POST /mcp