CLI + MCP server for working with ComfyUI workflows via Claude Code.
- Discovery: "What nodes exist for audio-reactive effects?"
- Analysis: "What's happening with the loop in this workflow"
- Editing: "Apply the Controlnet for Qwen before the Ksampler"
- Submission: "Run this workflow with a prompt about horses"
- Node Dev: "Convert my Python blur function to a ComfyUI node"
git clone https://github.com/peteromallet/VibeComfy
cd VibeComfy
pip install -r requirements.txtThen just run claude - the MCP server auto-configures via .mcp.json.
To submit workflows, set your ComfyUI path in .env:
cp .env.example .env
# Edit: COMFY_PATH=/path/to/ComfyUIRun ComfyUI with logging: python main.py 2>&1 | tee comfyui.log
- CLAUDE.md - CLI command reference
- cli_tools/registry/README.md - MCP server details