comfyui-mcp

Franzferdinan51/comfyui-mcp
★ 0 stars Python API Integration Updated today
MCP server for ComfyUI - exposes local/Cloud workflows (txt2img, img2img, video, audio) to chat agents via stdio, HTTP REST, and Streamable HTTP. 11 tools.
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": {
    "comfyui-mcp": {
      "command": "uvx",
      "args": [
        "comfyui-mcp"
      ]
    }
  }
}

Or install with pip: pip install comfyui-mcp

README Excerpt

Model Context Protocol (MCP) server for [ComfyUI](https://github.com/comfyanonymous/ComfyUI). Exposes local (or hosted Comfy Cloud) workflows as a tool surface so chat agents, diaries, and dashboards can generate images, video, audio, and 3D. * Run any API-format workflow with parameter injection * Stream the output back as a file (image / video / audio)

Tools (11)

comfy_free_memorycomfy_get_outputcomfy_healthcomfy_install_modelcomfy_install_nodecomfy_interruptcomfy_list_modelscomfy_list_nodescomfy_queue_statuscomfy_run_workflowcomfy_upload_image