comfyui-mcp

miller-joe/comfyui-mcp
★ 0 stars TypeScript 🌐 Browser/Web Updated today
MCP server for ComfyUI. Text-to-image, variations, img2img refine, upscale, ControlNet, IP-Adapter, workflow templates. Works with any ComfyUI instance.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "comfyui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "miller-joe/comfyui-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for [ComfyUI](https://github.com/comfyanonymous/ComfyUI). Generate images from natural language prompts in any MCP-compatible client. v0.2 ships the core tools plus upscale, an image proxy, and public-URL support. Current tool surface: `generate_image`, `generate_variations`, `generate_with_workflow`, `refine_image`, `upscale_image`, `list_models`, `list_workflows`, `upload_image`, `generate_with_controlnet`, `generate_with_ip_adapter`, plus a workflow template registry. See Roadmap f

Tools (13)

COMFYUI_DEFAULT_CKPTCOMFYUI_PUBLIC_URLCOMFYUI_URLMCP_HOSTMCP_PORTdelete_workflow_templategenerate_imagegenerate_with_workflowget_workflow_templatelist_workflow_templatesrun_workflow_templatesave_workflow_templateupload_image