MCP Catalogs
Home

mcp-task-orchestrator vs time

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

mcp-task-orchestrator
by EchoingVesper
time
by modelcontextprotocol
Stars★ 25★ 85,748
30d uses
Score4177
Official
Categories
Developer ToolsProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit9 mo agothis month

mcp-task-orchestrator · Summary

A sophisticated MCP server for AI-assisted development that provides task orchestration with specialized roles and persistent memory.

time · Summary

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

mcp-task-orchestrator · Use cases

  • Building complex software projects with structured development workflows
  • Automating documentation generation during the development process
  • Creating comprehensive test coverage with specialized testing AI roles
  • Maintaining persistent context across development sessions
  • Automating project artifact management and organization

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

mcp-task-orchestrator · Install

Universal Installation (Recommended)

# Clone and run the universal installer
git clone https://github.com/EchoingVesper/mcp-task-orchestrator.git
cd mcp-task-orchestrator
python install.py

PyPI Installation

pip install mcp-task-orchestrator

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "task-orchestrator": {
      "command": "python",
      "args": ["-m", "mcp_task_orchestrator.server"]
    }
  }
}

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.