MCP Catalogs
Home

comfyui-mcp-server vs time

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

comfyui-mcp-server
by joenorton
time
by modelcontextprotocol
Stars★ 313★ 85,748
30d uses
Score5077
Official
Categories
AI / LLM ToolsMediaDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit3 mo agothis month

comfyui-mcp-server · Summary

Lightweight Python MCP server for local ComfyUI that enables AI agents to generate and iteratively refine images, audio, and video.

time · Summary

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

comfyui-mcp-server · Use cases

  • AI assistants creating website hero images and logos with precise control
  • Content generation for social media platforms with iterative refinement
  • Game asset development with consistent style variations
  • Music generation from lyrics and tags
  • Automated media generation for content creators

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

comfyui-mcp-server · Install

Quick Installation

1) Clone and install dependencies:

git clone https://github.com/joenorton/comfyui-mcp-server.git
cd comfyui-mcp-server
pip install -r requirements.txt

2) Start ComfyUI locally:

cd <ComfyUI_dir>
python main.py --port 8188

3) Run the MCP server:

python server.py

4) Configure your AI client (e.g., Claude Desktop, Cursor) with:

{
  "mcpServers": {
    "comfyui-mcp-server": {
      "type": "streamable-http",
      "url": "http://127.0.0.1:9000/mcp"
    }
  }
}

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.