ConstantineB6/comfy-pilot
🐍 🏠 - MCP server for ComfyUI that lets AI agents view, edit, and run node-based image generation workflows with an embedded terminal.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: ConstantineB6/comfy-pilot Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-constantineb6-comfy-pilot
Detailed Documentation
🐍 🏠 - MCP server for ComfyUI that lets AI agents view, edit, and run node-based image generation workflows with an embedded terminal.
Configuration
{
"mcpServers": {
"constantineb6-comfy-pilot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-constantineb6-comfy-pilot"
],
"env": {}
}
}
}