Skip to content
Windsurf

ComfyUI Builder for Windsurf

io.github.mit9/comfy-ui-builder

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

client:Windsurf transport:stdio runtime:npm

Install ComfyUI Builder in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ComfyUI Builder in other clients