comfy-local-mcp

Comfy-Org/comfy-local-mcp
★ 0 stars Python Code/Dev Tools Updated 12d ago
Local MCP server for ComfyUI — run your local ComfyUI from AI agents (POC, built on comfy-cli).
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": {
    "comfy-local-mcp": {
      "command": "uvx",
      "args": [
        "comfy-local-mcp"
      ]
    }
  }
}

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

README Excerpt

A local [MCP](https://modelcontextprotocol.io) server for **ComfyUI** — a thin wrapper over drive your **local** ComfyUI. It is a small, standalone codebase. Each tool shells out to the `comfy` command with `--where local --json`, parses comfy-cli's `envelope/1` output, and returns it. There is no HTTP