mcp-ts-core vs time
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-ts-core by cyanheads | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 138 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 48 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具运维基建 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
mcp-ts-core · 概述
构建 MCP 服务器的 TypeScript 框架,支持认证、存储、遥测和多平台部署。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-ts-core · 使用场景
- 为 AI 代理构建自定义 TypeScript MCP 服务器
- 使用认证和多后端存储创建工具和资源
- 开发具有进度跟踪的长时间运行任务工具
- 通过 OpenTelemetry 集成实现可观测性
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-ts-core · 安装
bunx @cyanheads/mcp-ts-core init my-mcp-server
cd my-mcp-server
bun install对于 Claude Desktop:
{
"mcpServers": {
"my-mcp-server": {
"command": "node",
"args": ["dist/index.ts"],
"env": {
"MCP_TRANSPORT_TYPE": "stdio"
}
}
}
}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"]
}
}
}