local-comfyui-mcp

pytraveler/local-comfyui-mcp
★ 2 stars Python API Integration Updated today
An MCP server that drives a local ComfyUI - including the workflow you have open in the browser.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-comfyui-mcp": {
      "command": "uvx",
      "args": [
        "local-comfyui-mcp"
      ]
    }
  }
}

Or install with pip: pip install local-comfyui-mcp

README Excerpt

**An MCP server that drives a local ComfyUI - including the workflow you have open in the browser.** --- Point your assistant at ComfyUI and it can list your workflows, work out what parameters each one takes, run them, watch the progress, and show you the result. With the optional bridge node installed it can also read and edit **the canvas on