{
  "slug": "comfyui",
  "name": "ComfyUI MCP",
  "vendor": "Community (shawnrushefsky)",
  "official": false,
  "category": "model-hub",
  "featured": false,
  "tagline": "Drive a local ComfyUI: 40+ tools for image, video, audio and 3D workflows.",
  "description": "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.",
  "capabilities": [
    "text-to-image",
    "image-to-image",
    "text-to-video",
    "audio-generation",
    "3d-generation",
    "workflow-execution",
    "local-inference"
  ],
  "tools_sample": [
    "run_workflow",
    "validate_workflow",
    "search_templates",
    "get_example_workflow",
    "build_node",
    "list_models",
    "get_queue",
    "recommend_workflow"
  ],
  "install": {
    "claude_code": null,
    "remote_url": null,
    "stdio_command": "docker run -i --rm --pull always -e COMFYUI_URL=http://host.docker.internal:8000 ghcr.io/shawnrushefsky/comfyui-mcp:latest"
  },
  "auth": {
    "type": "none",
    "env_var": "COMFYUI_URL",
    "key_url": "Points at your own ComfyUI instance (default port 8188) — no cloud account needed"
  },
  "pricing": "free",
  "links": {
    "repo": "https://github.com/shawnrushefsky/comfyui-mcp",
    "docs": null,
    "site": "https://www.comfy.org"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "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."
}