Skip to main content
Art & CulturePython

ConstantineB6/comfy-pilot

MCP server for ComfyUI that lets AI agents view, edit, and run node-based image generation workflows with an embedded terminal.

art-culturelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ConstantineB6/comfy-pilot

Claude Desktop configuration example:

{
  "mcpServers": {
    "comfy-pilot": {
      "command": "npx",
      "args": [
        "-y",
        "ConstantineB6/comfy-pilot"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Art & Culture
Language
Python
Author
ConstantineB6