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 | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 3 mo ago | this 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:**
- Open ComfyUI
- Click **Manager** → **Install Custom Nodes**
- Search for "Comfy Pilot"
- Click **Install**
- Restart ComfyUI
**Git Clone:**
cd ~/Documents/ComfyUI/custom_nodes && git clone https://github.com/ConstantineB6/comfy-pilot.gitThe 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"]
}
}
}