ComfyUI Builder
ComfyUI MCP server: knowledge base, workflow builder, real-time execution, models, plugins.
About This MCP Server
ComfyUI MCP server: knowledge base, workflow builder, real-time execution, models, plugins. This MCP server enables AI assistants like Claude to seamlessly interact with ComfyUI Builder, providing structured access to its functionality through the Model Context Protocol (MCP).
Key Capabilities:
- Integrate with AI models and services
- Manage prompts and model interactions
- Process and analyze AI-generated content
- Orchestrate multi-agent workflows
Common Use Cases:
- Building AI-powered applications
- Multi-model experimentation and comparison
- AI agent orchestration and management
- Prompt engineering and optimization
How It Works: ComfyUI Builder integrates with AI coding assistants and chat interfaces through the standardized MCP protocol. Once configured, your AI assistant can directly invoke ComfyUI Builder's tools, enabling natural language interaction with its features without manual API calls or custom integrations.
Technical Details: Server type: Package · Language: JavaScript/TypeScript
Tools & Endpoints
Example Workflow
1. Build (postbuild fills knowledge from seed)
2. Use knowledge in code
Why Use ComfyUI Builder?
- list_node_types, get_node_info, check_compatibility, suggest_nodes
- discover_nodes_live, search_nodes, sync_nodes_to_knowledge
- create_workflow, add_node, connect_nodes, validate_workflow
- Build workflows programmatically without JSON manipulation
- list_templates, build_workflow — Pre-built templates (txt2img, img2img, inpainting, upscale, LoRA, ControlNet, batch)
- create_template, apply_template — Parameterized templates
- list_macros, insert_macro — Reusable sub-workflows
- execute_workflow_sync — Execute with WebSocket progress streaming (sub-second updates)
- execute_workflow_stream — Full event history collection (WebSocket-only)
- get_execution_progress — Real-time progress with node-level granularity
- execute_batch — Concurrent execution with 90% reduced network traffic
- execute_chain — Sequential workflows with data passing
Specifications
Requirements
- • Node.js 18+
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
Install
npm install mcp-comfy-ui-builderConfigure
{
"mcpServers": {
"comfy-ui-builder": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/mcp-comfy-ui-builder/dist/mcp-server.js"]
}
}
}Performance
Usage
Quick Reference
- Name
- ComfyUI Builder
- Function
- ComfyUI MCP server: knowledge base, workflow builder, real-time execution, models, plugins.
- Transport
- Package
- Language
- JavaScript/TypeScript
- Install
- npm install mcp-comfy-ui-builder
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.