
Comfy Cozy
Supports UIby josephoibrahim
AI co-pilot for ComfyUI. Control workflows, swap models, and run generations using plain English.
What it does
Comfy Cozy connects AI agents to ComfyUI, allowing users to manage complex generative AI workflows via natural language. Instead of manual JSON editing or node hunting, users can describe changes (e.g., "make it dreamier") and the agent handles the parameter tuning, model swapping, and execution.
Tools
provision_model: Discovers, downloads, and wires models from CivitAI or HuggingFace.repair_workflow: Automatically identifies and installs missing custom nodes.execute_workflow: Validates and queues generations to the ComfyUI backend.analyze_image: Uses Vision AI to diagnose output issues and suggest parameter changes.workflow_patch: Applies non-destructive delta layers to workflow graphs.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"comfyui-agent": {
"command": "agent",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- ComfyUI Native Sidebar
Quick install
pip install -e .Information
- Pricing
- free
- Published
- 5/29/2026
- stars






