MCP Catalogs
Home

comfy-pilot vs time

Side-by-side comparison to help you pick between these two MCP servers.

comfy-pilot
by ConstantineB6
time
by modelcontextprotocol
Stars★ 186★ 85,748
30d uses
Score4877
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit3 mo agothis month

comfy-pilot · Summary

MCP server + embedded terminal allowing Claude Code to view, edit, and run ComfyUI workflows programmatically.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

comfy-pilot · Use cases

  • Automatically build complex ComfyUI workflows from simple descriptions
  • Modify existing workflows based on visual feedback from generated images
  • Manage models and custom nodes through natural language commands

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

comfy-pilot · Install

Installation

**CLI (Recommended):**

comfy node install comfy-pilot

**ComfyUI Manager:**

  1. Open ComfyUI
  2. Click **Manager** → **Install Custom Nodes**
  3. Search for "Comfy Pilot"
  4. Click **Install**
  5. Restart ComfyUI

**Git Clone:**

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

The MCP server is automatically configured for Claude Code. Add to ~/.claude.json if needed:

{
  "mcpServers": {
    "comfyui": {
      "command": "python3",
      "args": ["/path/to/comfy-pilot/mcp_server.py"]
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.