Skip to content
Cline

ComfyUI Builder for Cline

io.github.mit9/comfy-ui-builder

ComfyUI MCP server: knowledge base, workflow builder, real-time execution, models, plugins.

client:Cline transport:stdio runtime:npm

Install ComfyUI Builder in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "comfy-ui-builder": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-comfy-ui-builder"
      ],
      "env": {
        "COMFYUI_HOST": "<COMFYUI_HOST>",
        "COMFYUI_PATH": "<COMFYUI_PATH>",
        "COMFYUI_KNOWLEDGE_DIR": "<COMFYUI_KNOWLEDGE_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ComfyUI Builder in other clients