{
  "slug": "comfyui-artokun",
  "name": "ComfyUI MCP (Claude Code plugin)",
  "vendor": "Community (artokun)",
  "official": false,
  "category": "3d-vfx",
  "featured": false,
  "tagline": "Run and debug ComfyUI workflows from Claude Code — generate, validate, manage VRAM.",
  "description": "TypeScript MCP server + Claude Code plugin for ComfyUI: execute and validate workflows, visualize node graphs, search and download models, and manage GPU memory. The glue for agentic VFX pipelines built on ComfyUI (img2img cleanup, style passes, video nodes).",
  "capabilities": [
    "workflow-execution",
    "image-generation",
    "vfx-pipeline",
    "model-management"
  ],
  "tools_sample": [
    "generate_image",
    "enqueue_workflow",
    "visualize_workflow",
    "search_models",
    "validate_workflow",
    "clear_vram"
  ],
  "install": {
    "claude_code": "claude plugin install comfyui-mcp",
    "remote_url": null,
    "stdio_command": "npx -y comfyui-mcp"
  },
  "auth": {
    "type": "local-app",
    "env_var": null,
    "key_url": "Requires ComfyUI running (auto-detects ports 8188/8000, or --comfyui-url for remote)"
  },
  "pricing": "free",
  "links": {
    "repo": "https://github.com/artokun/comfyui-mcp",
    "docs": null,
    "site": null
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "notes": "142 stars, v0.9.4 (Jun 2026), MIT, very active; needs Node >=22. Most-starred Python alternative: joenorton/comfyui-mcp-server (350 stars); comfy-pilot (207 stars) focuses on workflow editing."
}