time vs stackql
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | stackql by stackql | |
|---|---|---|
| Stars | ★ 85,748 | ★ 841 |
| 30d uses | — | — |
| Score | 77 | 52 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsOps & InfraCloud Storage |
| 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.
stackql · Summary
StackQL is a Go-based SQL framework for querying and managing cloud resources and APIs via MCP protocol.
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
stackql · Use cases
- Infrastructure as Code management using SQL queries
- Cloud resource provisioning and automation
- Cross-cloud service querying and data aggregation
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"]
}
}
}stackql · Install
Installation
StackQL can be installed on multiple platforms:
**macOS:**
brew install stackql**Windows:**
choco install stackql**Linux:**
curl -L https://bit.ly/stackql-zip -O && unzip stackql-zip**Docker:**
docker pull stackql/stackql**Claude Desktop Integration:** In Claude Desktop's config.json:
{
"mcpServers": {
"stackql": {
"command": "stackql",
"args": ["srv"]
}
}
}