time vs mcp-trino
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-trino by tuannvm | |
|---|---|---|
| Stars | ★ 85,748 | ★ 103 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | DatabaseDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Go |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-trino · Summary
A high-performance Go implementation of MCP server for Trino SQL query engine with dual CLI and MCP modes.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
mcp-trino · Use cases
- AI assistants running SQL analytics on large datasets through Trino
- Development teams using MCP-compatible tools (Claude, Cursor, Windsurf) to query data
- Organizations implementing query attribution and user impersonation in Trino via AI tools
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}mcp-trino · Install
Installation
# Homebrew
brew install tuannvm/mcp/mcp-trino
# Or one-liner (macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/tuannvm/mcp-trino/main/install.sh | bashClaude Desktop Configuration
Add to Claude Desktop config.json:
"mcpServers": {
"trino": {
"command": "mcp-trino",
"args": []
}
}