workflows-mcp-server vs time
并排对比,帮你在这两个 MCP server 之间做选择。
workflows-mcp-server by cyanheads | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 31 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 41 | 77 |
| 官方 | — | ✓ |
| 分类 | 效率工具开发者工具AI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 10 个月前 | 本月 |
workflows-mcp-server · 概述
MCP 服务器让 AI 代理能够发现、创建和执行在 YAML 文件中定义的复杂工作流。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
workflows-mcp-server · 使用场景
- 通过将复杂流程定义为可重用工作流来实现自动化
- 通过为复杂任务提供结构化计划提高代理可靠性
- 使用全局指令动态指导所有工作流中的代理行为
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
workflows-mcp-server · 安装
安装
前置条件
- Node.js (>=20.0.0)
- npm (随 Node.js 提供)
MCP 客户端配置
将以下内容添加到您的 MCP 客户端配置文件中(例如 cline_mcp_settings.json):
{
"mcpServers": {
"workflows-mcp-server": {
"command": "npx",
"args": ["workflows-mcp-server"],
"env": {
"MCP_LOG_LEVEL": "info"
}
}
}
}手动安装
npm install workflows-mcp-server
npm run build
npm starttime · 安装
安装选项
**使用 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"]
}
}
}