
ComfyUI Builder
Control ComfyUI knowledge, workflow building, execution, models, and custom nodes from your MCP coding agent.
Overview
ComfyUI Builder is a MCP server for the Build phase that provides a ComfyUI knowledge base, workflow builder, and real-time execution against your local install.
What is this MCP server?
- Embedded ComfyUI knowledge base for node and workflow discovery
- Workflow builder plus real-time execution against ComfyUI API
- install_custom_node and install_model when COMFYUI_PATH is set
- npm mcp-comfy-ui-builder v2.4.1 with stdio transport
- COMFYUI_HOST (default http://127.0.0.1:8188) for queue and outputs
- npm package mcp-comfy-ui-builder version 2.4.1
- Default ComfyUI API example port 8188 in COMFYUI_HOST docs
- Repository github.com/MIt9/mcp-comfy-ui-builder
Community signal: 2 GitHub stars.
What problem does it solve?
Building and running ComfyUI graphs by hand breaks flow when you want the coding agent to generate and execute visual pipelines.
Who is it for?
Indie builders with a local ComfyUI stack who want agent-driven workflow authoring and batch image generation.
Skip if: Teams without ComfyUI installed, CPU-only quick mockups, or anyone avoiding local GPU maintenance.
What do I get? / Deliverables
After configuration, your agent can query ComfyUI knowledge, build workflows, queue runs, and manage nodes or models via MCP tools.
- Agent-authored ComfyUI workflows queued for execution
- Installed custom nodes or models when paths are configured
- Searchable ComfyUI knowledge surfaced inside MCP sessions
Recommended MCP Servers
Journey fit
How it compares
ComfyUI operations MCP bridge, not a cloud image API skill or generic Stable Diffusion prompt pack.
Common Questions / FAQ
Who is ComfyUI Builder for?
Developers and creators who already run ComfyUI and want MCP agents to build, execute, and extend workflows programmatically.
When should I use ComfyUI Builder?
Use it during build and content workflows when you need the agent to inspect nodes, queue ComfyUI jobs, or install models and custom nodes.
How do I add ComfyUI Builder to my agent?
Install npm package mcp-comfy-ui-builder v2.4.1, set COMFYUI_HOST and COMFYUI_PATH (and optional COMFYUI_KNOWLEDGE_DIR), register stdio in your MCP client per github.com/MIt9/mcp-comfy-ui-builder.