ConstantineB6/comfy-pilot
by Various
MCP server + embedded terminal that lets Claude Code see and edit your ComfyUI workflows
MCP
ConstantineB6/comfy-pilot
Added 1 June 2026
Overview
MCP server and embedded terminal that gives Claude Code visibility into and editing capabilities for ComfyUI workflows. It works by enabling Claude to directly view node graphs, modify connections, and execute workflow changes through terminal commands.
Best for
Best for
Developers who want to use Claude Code to automate or modify ComfyUI workflows programmatically
Use cases
- View and inspect ComfyUI workflow structure from within Claude Code
- Edit nodes, connections, and parameters using natural language prompts
- Automate workflow adjustments by combining Claude's reasoning with ComfyUI graph operations
How to use
Tools exposed
get_workflowsummarize_workflowget_node_typesget_node_infoget_statusrunedit_graphview_imagesearch_custom_nodesinstall_custom_nodeuninstall_custom_nodeupdate_custom_nodedownload_model
Example client config
{\n "mcpServers": {\n "comfyui": {\n "command": "python3",\n "args": ["/path/to/comfy-pilot/mcp_server.py"]\n }\n }\n} Notes
MCP server and embedded terminal that gives Claude Code visibility into and editing capabilities for ComfyUI workflows. It works by enabling Claude to directly view node graphs, modify connections, and execute workflow changes through terminal commands.
197 stars on GitHub. Last updated 2026-02-16. Licensed MIT.
Use cases
- View and inspect ComfyUI workflow structure from within Claude Code
- Edit nodes, connections, and parameters using natural language prompts
- Automate workflow adjustments by combining Claude’s reasoning with ComfyUI graph operations
Pros
- Gives Claude Code direct access to ComfyUI workflows for both reading and editing
- Enables natural language control over complex node graphs without manual clicking
- Open source with community traction (197 stars)
Cons
- Requires Claude Code to function; not a standalone tool
- Editing scope is limited by what the MCP protocol and node API expose
- Python environment setup and dependency management may be needed
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Gives Claude Code direct access to ComfyUI workflows for both reading and editing
- Enables natural language control over complex node graphs without manual clicking
- Open source with community traction (197 stars)
Cons
- Requires Claude Code to function; not a standalone tool
- Editing scope is limited by what the MCP protocol and node API expose
- Python environment setup and dependency management may be needed
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.