mcp-database-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-database-server by executeautomation | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 351 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | DatabaseDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 9 mo ago | this month |
mcp-database-server · Summary
MCP Database Server connects SQLite, SQL Server, PostgreSQL and MySQL databases to Claude.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-database-server · Use cases
- Data analysis and reporting by querying databases through Claude
- Database schema management and modification using Claude's natural language interface
- Data export and integration with other Claude-based workflows
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-database-server · Install
Installation
- Install the package globally:
npm install -g @executeautomation/database-server- Configure Claude Desktop with this example:
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": [
"-y",
"@executeautomation/database-server",
"/path/to/your/database.db"
]
}
}
}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"]
}
}
}