Knowledge Systems
Trust: 32/100 (Limited)ComfyUI Builder Guide
ComfyUI MCP server: knowledge base, workflow builder, real-time execution, models, plugins.
by MIt9
Quick Start
Install
npx mcp-comfy-ui-builderClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-mit9-comfy-ui-builder": {
"command": "npx",
"args": [
"mcp-comfy-ui-builder"
]
}
}
}