Skip to content
Cursor

Modellix Agent Canvas for Cursor

io.github.modellix/agent-canvas

Local MCP canvas for Modellix image generation, editing, task recovery, and visual project work.

client:Cursor transport:stdio runtime:npm

Install Modellix Agent Canvas in Cursor

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

{
  "mcpServers": {
    "agent-canvas": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modellix/agent-canvas"
      ]
    }
  }
}

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

Modellix Agent Canvas in other clients