comfy-ctrl

holo-q/comfy-ctrl
★ 0 stars Python 🌐 Browser/Web Updated today
Remote control bridge for ComfyUI — server extension, Python client, and MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "comfy-ctrl": {
      "command": "uvx",
      "args": [
        "comfy-ctrl"
      ]
    }
  }
}

Or install with pip: pip install comfy-ctrl

README Excerpt

Remote control bridge for [ComfyUI](https://github.com/comfyanonymous/ComfyUI). Drive workflows programmatically from any Python program — or let an LLM agent do it through the built-in MCP server. Three layers in one package: | Layer | What it does | |-------|-------------| | **Server extension** | Registers `/uiapi/*` HTTP routes on ComfyUI's PromptServer, relays commands to the browser frontend via WebSocket |