Odel
Modellix Agent Canvas

Modellix Agent Canvas

Local
@modellixHTMLMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@modellix/agent-canvasv0.1.17

Run

npx -y @modellix/agent-canvas

MCP client config

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