MCP Catalogs
首页

mcp-task-orchestrator vs time

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

mcp-task-orchestrator
by EchoingVesper
time
by modelcontextprotocol
Stars★ 25★ 85,748
30天用量
综合分4177
官方
分类
开发者工具效率工具AI / LLM 工具
效率工具开发者工具沟通协作
实现语言PythonTypeScript
最近提交9 个月前本月

mcp-task-orchestrator · 概述

一个先进的MCP服务器,为AI辅助开发提供任务编排、专业角色和持久化记忆功能。

time · 概述

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

mcp-task-orchestrator · 使用场景

  • 通过结构化开发工作流程构建复杂软件项目
  • 在开发过程中自动化文档生成
  • 使用专业测试AI角色创建全面测试覆盖
  • 在开发会话之间保持持久化上下文
  • 自动化项目工件管理和组织

time · 使用场景

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

mcp-task-orchestrator · 安装

通用安装(推荐)

# 克隆并运行通用安装程序
git clone https://github.com/EchoingVesper/mcp-task-orchestrator.git
cd mcp-task-orchestrator
python install.py

PyPI安装

pip install mcp-task-orchestrator

Claude Desktop配置

添加到您的claude_desktop_config.json

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

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 公开数据自动生成,定期更新。