Back to MCP Servers
🔌

ConstantineB6/comfy-pilot

MIT

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

PythonAI & LLMs

Install

npx -y constantineb6-comfy-pilot

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "constantineb6-comfy-pilot": {
      "command": "npx",
      "args": [
        "-y",
        "constantineb6-comfy-pilot"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.