mcp.film

mcp.film / 3D, Worlds & VFX / ComfyUI MCP (Claude Code plugin)

ComfyUI MCP (Claude Code plugin)

Communityby Community (artokun)freeverified Aug 11, 2026

Drive ComfyUI as a live image, video, audio, and workflow workbench from your agent.

What it does

TypeScript MCP server plus Claude Code plugin for ComfyUI: generate assets, execute and author workflows, manage models and custom nodes, inspect outputs, and edit the live graph. A sidebar Agent Panel turns ComfyUI itself into an agent surface while the MCP server supplies model-family skills, installer packs, and paid-credit guardrails. Runs against local, LAN, VPS, or Comfy Cloud instances.

Connect

Claude Code
claude mcp add comfyui-artokun -- npx -y comfyui-mcp@latest
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "comfyui-artokun": {
      "command": "npx",
      "args": [
        "-y",
        "comfyui-mcp@latest"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "comfyui-artokun": {
      "command": "npx",
      "args": [
        "-y",
        "comfyui-mcp@latest"
      ]
    }
  }
}
Auth: local-app — Requires ComfyUI running (auto-detects ports 8188/8000, or --comfyui-url for remote)

Tools you'll see

generate_imagegenerate_audioenqueue_workflowview_imagelist_packsread_skillcheck_workflow_runtimepanel_load_workflow

Field notes

npm comfyui-mcp 0.51.6 (published Aug 12 2026), MIT, ~559 stars, pushed Aug 12 2026 — moving fast, so pin a version if you need reproducibility. Current README claims 178 tools, 36 AI skills, and 55 installer packs, and backends beyond Claude (ChatGPT, Gemini, Ollama). Heavier than shawnrushefsky/comfyui-mcp but far more filmmaker-useful for local video/audio workflows. The --http mode binds a token-authed HTTP server; --tunnel exposes it publicly, which is a decision, not a convenience.

Pairs well with