comfy-pilot
by ConstantineB6·★ 186·综合分 48
MCP服务器 + 嵌入式终端,允许Claude Code查看、编辑和运行ComfyUI工作流。
概述
Comfy Pilot提供一个MCP服务器,将Claude Code直接与ComfyUI集成,支持自然语言工作流操作。它提供丰富的工具包括图形编辑、图像查看、模型下载和自定义节点管理。架构结合了基于浏览器的终端和后端MCP服务器,通过WebSocket和REST API在Claude和ComfyUI之间创建无缝交互。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您使用 ComfyUI 工作流并希望利用自然语言创建、修改和排查复杂的图像生成管道时,选择 Comfy Pilot,无需手动操作节点。
什么时候不要选它
如果您需要工作流能在 ComfyUI 之外的多种 AI 图像生成工具间移植,或者您更喜欢不带 AI 辅助的可视化编程方法,则应避免使用。
此 server 暴露的工具
从 README 抽取出 12 个工具get_workflowGet the current workflow from the browser
summarize_workflowHuman-readable workflow summary
get_node_typesSearch available node types with filtering
get_node_infoGet detailed info about a specific node type
get_statusQueue status, system stats, and execution history
runRun workflow (optionally up to a specific node) or interrupt
edit_graphBatch create, delete, move, connect, and configure nodes
view_imageView images from Preview Image / Save Image nodes
search_custom_nodesSearch ComfyUI Manager registry for custom nodes
install_custom_nodeInstall a custom node from the registry
update_custom_nodeUpdate a custom node to latest version
download_modelDownload models from Hugging Face, CivitAI, or direct URLs
可对比工具
安装
安装
**CLI (推荐):**
comfy node install comfy-pilot**ComfyUI Manager:**
- 打开ComfyUI
- 点击 **Manager** → **Install Custom Nodes**
- 搜索 "Comfy Pilot"
- 点击 **Install**
- 重启ComfyUI
**Git Clone:**
cd ~/Documents/ComfyUI/custom_nodes && git clone https://github.com/ConstantineB6/comfy-pilot.gitMCP服务器会自动为Claude Code配置。如需要,添加到~/.claude.json:
{
"mcpServers": {
"comfyui": {
"command": "python3",
"args": ["/path/to/comfy-pilot/mcp_server.py"]
}
}
}FAQ
- 如何安装Claude Code CLI?
- 根据您的操作系统使用README中提供的安装命令(macOS/Linux/WSL或Windows)。如果未找到Claude Code CLI,在使用Comfy Pilot时会自动安装。
- 如果MCP服务器无法连接怎么办?
- 插件在启动时会自动配置MCP。检查ComfyUI控制台是否有错误,或按照故障排除部分中的说明手动将配置添加到`~/.claude.json`。
Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by 0xConstantine · 2026-02-16
comfy-pilot 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。