iron-manus-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
iron-manus-mcp by dnnyngyen | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 65 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 46 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具开发者工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 3 个月前 | 本月 |
iron-manus-mcp · 概述
MCP服务器,提供8阶段AI工作流编排,通过代理委派和基于待办事项的任务分发实现。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
iron-manus-mcp · 使用场景
- 需要任务分解和协调的多代理AI系统
- 具有安全保护的API集成和发现
- 基于阶段工作流的复杂项目规划和执行
- 在隔离环境中的Python计算任务
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
iron-manus-mcp · 安装
安装
从源码安装:
git clone https://github.com/dnnyngyen/iron-manus-mcp
cd iron-manus-mcp
npm install
npm run build
npm startDocker安装:
docker build -t iron-manus-mcp .
docker run -d --name iron-manus-mcp iron-manus-mcpMCP集成: 添加到Claude Code:
claude mcp add iron-manus-mcp node dist/index.js或添加到您的MCP配置:
{
"mcpServers": {
"iron-manus-mcp": {
"command": "node",
"args": ["path/to/iron-manus-mcp/dist/index.js"]
}
}
}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"]
}
}
}