time vs legion-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | legion-mcp by TheRaLabs | |
|---|---|---|
| Stars | ★ 85,748 | ★ 91 |
| 30d uses | — | — |
| Score | 77 | 41 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | DatabaseDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 12 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
legion-mcp · Summary
A MCP server providing unified database access across PostgreSQL, MySQL, SQL Server and others via the Legion Query Runner.
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
legion-mcp · Use cases
- Enabling AI assistants to query and analyze data across multiple database systems
- Providing a unified interface for developers working with heterogeneous databases
- Allowing non-technical users to interact with databases through natural language
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"]
}
}
}legion-mcp · Install
Installation
Using UV (Recommended)
uvx database-mcpConfiguration in Claude Desktop
{
"mcpServers": {
"database-mcp": {
"command": "uvx",
"args": [
"database-mcp"
],
"env": {
"DB_TYPE": "pg",
"DB_CONFIG": "{\"host\":\"localhost\",\"port\":5432,\"user\":\"user\",\"password\":\"pw\",\"dbname\":\"dbname\"}"
}
}
}
}Using PIP
pip install database-mcp