Back to MCP Servers

Comfy Pilot

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

art-culturenodeaiagent

Installation

npx -y comfy-pilot

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub