Skip to content
Cursor

xmorf for Cursor

io.github.crawde/xmorf

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

client:Cursor transport:stdio runtime:npm

Install xmorf in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "xmorf": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-xmorf"
      ],
      "env": {
        "XMORF_API_TOKEN": "<XMORF_API_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

xmorf in other clients