MCP Catalogs
首页comfy-pilot screenshot

comfy-pilot

by ConstantineB6·186·综合分 48

MCP服务器 + 嵌入式终端,允许Claude Code查看、编辑和运行ComfyUI工作流。

ai-llmdeveloper-toolsproductivity
37
Forks
12
活跃 Issue
3 个月前
最近提交
2 天前
收录于

概述

Comfy Pilot提供一个MCP服务器,将Claude Code直接与ComfyUI集成,支持自然语言工作流操作。它提供丰富的工具包括图形编辑、图像查看、模型下载和自定义节点管理。架构结合了基于浏览器的终端和后端MCP服务器,通过WebSocket和REST API在Claude和ComfyUI之间创建无缝交互。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:通过简单描述自动构建复杂的ComfyUI工作流
:根据生成图像的视觉反馈修改现有工作流
:通过自然语言命令管理模型和自定义节点
:如何安装Claude Code CLI?
:如果MCP服务器无法连接怎么办?

什么时候选它

当您使用 ComfyUI 工作流并希望利用自然语言创建、修改和排查复杂的图像生成管道时,选择 Comfy Pilot,无需手动操作节点。

什么时候不要选它

如果您需要工作流能在 ComfyUI 之外的多种 AI 图像生成工具间移植,或者您更喜欢不带 AI 辅助的可视化编程方法,则应避免使用。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • get_workflow

    Get the current workflow from the browser

  • summarize_workflow

    Human-readable workflow summary

  • get_node_types

    Search available node types with filtering

  • get_node_info

    Get detailed info about a specific node type

  • get_status

    Queue status, system stats, and execution history

  • run

    Run workflow (optionally up to a specific node) or interrupt

  • edit_graph

    Batch create, delete, move, connect, and configure nodes

  • view_image

    View images from Preview Image / Save Image nodes

  • search_custom_nodes

    Search ComfyUI Manager registry for custom nodes

  • install_custom_node

    Install a custom node from the registry

  • update_custom_node

    Update a custom node to latest version

  • download_model

    Download models from Hugging Face, CivitAI, or direct URLs

可对比工具

comfyui-mcpcomfyui-assistantnode-comfyuiworkflows-mcp

安装

安装

**CLI (推荐):**

comfy node install comfy-pilot

**ComfyUI Manager:**

  1. 打开ComfyUI
  2. 点击 **Manager** → **Install Custom Nodes**
  3. 搜索 "Comfy Pilot"
  4. 点击 **Install**
  5. 重启ComfyUI

**Git Clone:**

cd ~/Documents/ComfyUI/custom_nodes && git clone https://github.com/ConstantineB6/comfy-pilot.git

MCP服务器会自动为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 讨论

开发者社区最近的相关讨论。

comfy-pilot 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。