mcp.film

mcp.film / Model Hubs / ComfyUI MCP

ComfyUI MCP

Communityby Community (shawnrushefsky)freeverified Jun 11, 2026

Drive a local ComfyUI: 40+ tools for image, video, audio and 3D workflows.

Rate it: no ratings yet

What it does

Connects agents to a local or remote ComfyUI instance with 40+ tools for running, validating, composing and managing node workflows, plus 70+ bundled example workflows (FLUX, SDXL, SD3.5, ControlNet, LTX-Video, Mochi, AnimateDiff, Stable Audio). The free/local route for filmmakers who own GPUs and want full pipeline control, including open video models.

Connect

Claude Code
claude mcp add comfyui -- docker run -i --rm --pull always -e COMFYUI_URL=http://host.docker.internal:8000 ghcr.io/shawnrushefsky/comfyui-mcp:latest
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "comfyui": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--pull",
        "always",
        "-e",
        "COMFYUI_URL=http://host.docker.internal:8000",
        "ghcr.io/shawnrushefsky/comfyui-mcp:latest"
      ],
      "env": {
        "COMFYUI_URL": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "comfyui": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--pull",
        "always",
        "-e",
        "COMFYUI_URL=http://host.docker.internal:8000",
        "ghcr.io/shawnrushefsky/comfyui-mcp:latest"
      ],
      "env": {
        "COMFYUI_URL": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: none · env COMFYUI_URL — Points at your own ComfyUI instance (default port 8188) — no cloud account needed

Tools you'll see

run_workflowvalidate_workflowsearch_templatesget_example_workflowbuild_nodelist_modelsget_queuerecommend_workflow

Field notes

MIT; the most comprehensive ComfyUI MCP. Notable alternatives: artokun/comfyui-mcp (Claude Code plugin with slash commands/skills) and joenorton/comfyui-mcp-server (lightweight Python). Requires you to run ComfyUI yourself.

Pairs well with