MCP Catalogs
首页

comfy-pilot vs time

并排对比,帮你在这两个 MCP server 之间做选择。

comfy-pilot
by ConstantineB6
time
by modelcontextprotocol
Stars★ 186★ 85,748
30天用量
综合分4877
官方
分类
AI / LLM 工具开发者工具效率工具
效率工具开发者工具沟通协作
实现语言PythonTypeScript
最近提交3 个月前本月

comfy-pilot · 概述

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

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

comfy-pilot · 使用场景

  • 通过简单描述自动构建复杂的ComfyUI工作流
  • 根据生成图像的视觉反馈修改现有工作流
  • 通过自然语言命令管理模型和自定义节点

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

comfy-pilot · 安装

安装

**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"]
    }
  }
}

time · 安装

安装选项

**使用 uv(推荐):**

uvx mcp-server-time

**使用 PIP:**

pip install mcp-server-time
python -m mcp_server_time

**为 Claude Desktop 配置:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。