mcp-dbutils vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-dbutils by donghao1393 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 88 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | DatabaseDeveloper ToolsSecurity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 12 mo ago | this month |
mcp-dbutils · Summary
mcp-dbutils is a secure MCP server enabling AI to analyze data across multiple database types with read-only access.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-dbutils · Use cases
- AI-powered data analysis across multiple database types
- Secure database interaction for enterprise environments
- Automated database exploration and schema analysis
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-dbutils · Install
Installation
Using Smithery (Recommended)
smithery install @donghao1393/mcp-dbutilsUsing uvx
uvx mcp-dbutilsUsing Docker
docker run -it donghao1393/mcp-dbutilsClaude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"dbutils": {
"command": "mcp-dbutils",
"args": []
}
}
}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"]
}
}
}