Back to browse
GitHub Repository

MCP server + embedded terminal that lets Claude Code see and edit your ComfyUI workflows

214 starsPython

Comfy Pilot – MCP server that lets Claude Code edit ComfyUI workflows

by 0xConstantine·Feb 16, 2026·2 points·0 comments

AI Analysis

●●SolidWizardryNiche Gem
The Take

This repo actually hands an LLM live control over a ComfyUI graph — list node types, create/connect/delete nodes, tweak params, run queues and even view preview images — via an MCP server and an embedded terminal. The idea of treating the workflow as a JSON DAG so each edit maps to a tool call is smart and pragmatic; it's the kind of niche automation that'll save hours for people iterating image pipelines. My main caveat: giving a model direct edit rights raises obvious safety/permission questions and ties the UX tightly to Claude.

Category
Target Audience

ComfyUI users, generative AI artists, prompt engineers, hobbyist ML practitioners and power users who build image-generation pipelines

Post Description

MCP server + embedded terminal that gives Claude Code direct access to ComfyUI's workflow graph. It can search available nodes, create/connect/delete them, set values, run the queue, and see image outputs. The workflow is basically a JSON DAG, so each edit maps cleanly to a tool call.

Similar Projects

AI/ML●●Solid

A Bridge Between Claude Code and Codex Using Channels and MCP

Clever use of Claude Channels to push messages—nobody else bridged these two agents yet.

WizardryNiche Gem
darkbatman
203mo ago