comfyui-mcp-server

joenorton/comfyui-mcp-server
★ 222 stars Python 🔌 API Integration Updated 1mo ago
lightweight Python-based MCP (Model Context Protocol) server for local ComfyUI
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": {
    "comfyui-mcp-server": {
      "command": "uvx",
      "args": [
        "comfyui-mcp-server"
      ]
    }
  }
}

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

Topics

comfyuicomfyui-apiimage-mcplocal-datalocal-mcpmcp-server