time vs mcp-server-starrocks
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-server-starrocks by StarRocks | |
|---|---|---|
| Stars | ★ 85,748 | ★ 171 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | DatabaseDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-starrocks · Summary
Official MCP server connecting AI assistants to StarRocks databases for SQL execution, data exploration, and visualization.
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-server-starrocks · Use cases
- AI assistants querying StarRocks databases to retrieve and analyze business data
- Automated data exploration and schema understanding for AI systems
- Generating visual charts from SQL query results directly within AI workflows
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-server-starrocks · Install
Install the MCP server using uv:
uv add mcp-server-starrocksConfigure in Claude Desktop:
{
"mcpServers": {
"mcp-server-starrocks": {
"url": "http://localhost:8000/mcp"
}
}
}Start the server:
uv run mcp-server-starrocks --mode streamable-http --port 8000