Productivity|Development|AI / MLPython

comfy-pilot

Comfy Pilot allows AI agents to interact with and manage ComfyUI workflows through natural language commands.

Free
N/A rating (0 reviews)0 installs162 GitHub stars
ComfyUIAIWorkflow

Comfy Pilot provides a seamless interface for AI agents to create, edit, and execute ComfyUI workflows without manual intervention. It features an embedded terminal for direct interaction and supports image viewing and graph editing capabilities.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "comfy-pilot-1": {
      "args": [
        "comfy-pilot"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.