ComfyUI MCP server: knowledge base, workflow builder, real-time execution, models, plugins.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y mcp-comfy-ui-builder
MCP client config
{
"mcpServers": {
"comfyui-builder": {
"command": "npx",
"args": [
"-y",
"mcp-comfy-ui-builder"
]
}
}
}