time vs mcp-trino
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | mcp-trino by tuannvm | |
|---|---|---|
| Stars | ★ 85,748 | ★ 103 |
| 30天用量 | — | — |
| 综合分 | 77 | 48 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 数据库开发者工具AI / LLM 工具 |
| 实现语言 | TypeScript | Go |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-trino · 概述
高性能的 Go 语言实现,为 Trino SQL 查询引擎提供 MCP 服务器,支持 CLI 和 MCP 双模式。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-trino · 使用场景
- AI 助手通过 Trino 对大数据集进行 SQL 分析
- 开发团队使用 MCP 兼容工具(Claude、Cursor、Windsurf)查询数据
- 组织通过 AI 工具在 Trino 中实现查询归属和用户模拟
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"]
}
}
}mcp-trino · 安装
安装
# Homebrew
brew install tuannvm/mcp/mcp-trino
# 或者单行命令(macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/tuannvm/mcp-trino/main/install.sh | bashClaude Desktop 配置
添加到 Claude Desktop config.json:
"mcpServers": {
"trino": {
"command": "mcp-trino",
"args": []
}
}