ConstantineB6/comfy-pilot
MCP server for ComfyUI that lets AI agents view, edit, and run node-based image generation workflows with an embedded terminal.
Quick Start
Clone the repository:
git clone https://github.com/ConstantineB6/comfy-pilotClaude Desktop configuration example:
{
"mcpServers": {
"comfy-pilot": {
"command": "npx",
"args": [
"-y",
"ConstantineB6/comfy-pilot"
]
}
}
}Check the repository README for specific installation and configuration instructions.