time vs clawmaster
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | clawmaster by openmaster-ai | |
|---|---|---|
| Stars | ★ 85,748 | ★ 20 |
| 30天用量 | — | — |
| 综合分 | 77 | 42 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 开发者工具效率工具AI / LLM 工具 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
clawmaster · 概述
用于管理 OpenClaw 的综合性 MCP 服务器平台,提供 Web 控制台、桌面应用和 MCP 服务器集成。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
clawmaster · 使用场景
- 通过集中式 Web 界面管理团队或家庭的 OpenClaw 配置
- 使用 PowerMem 集成设置内存支持的数字助理
- 监控和观测 OpenClaw 运行时性能和成本
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"]
}
}
}clawmaster · 安装
安装
CLI + Web 控制台(推荐)
npm i -g clawmaster
clawmaster # 启动 Web 控制台打开 http://localhost:16223 — 设置向导将引导您完成 OpenClaw 引擎检测和 LLM 提供商配置。
clawmaster serve --daemon # 在后台运行
clawmaster stop # 停止服务
clawmaster doctor # 验证您的环境桌面应用(Beta)
从 [GitHub Releases](https://github.com/openmaster-ai/clawmaster/releases) 下载适用于您平台的安装程序
从源代码安装
git clone https://github.com/openmaster-ai/clawmaster.git
cd clawmaster
npm install
npm run dev:web # Web 控制台 + 后端
npm run tauri:dev # 桌面应用需要 Node.js 20+。