time vs time-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | time-mcp by yokingma | |
|---|---|---|
| Stars | ★ 85,748 | ★ 66 |
| 30天用量 | — | — |
| 综合分 | 77 | 45 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 开发者工具效率工具AI / LLM 工具 |
| 实现语言 | TypeScript | JavaScript |
| 最近提交 | 本月 | 4 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
time-mcp · 概述
时间MCP服务器为LLM提供时间感知能力,包括时区转换、当前时间和日期计算工具。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
time-mcp · 使用场景
- 需要实时信息进行日程安排和时间敏感任务的LLM助手
- 全球团队的多时区协调应用程序
- 需要准确日期和时间计算的日历和生产力工具
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"]
}
}
}time-mcp · 安装
安装
Smithery(推荐)
npx -y @smithery/cli install @yokingma/time-mcp --client claude手动安装
npm install -g time-mcpClaude Desktop
添加到Claude Desktop配置:
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": ["-y", "time-mcp"]
}
}
}Cursor
添加到您的mcp.json文件:
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": ["-y", "time-mcp"]
}
}
}