MCP Catalogs
Home

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
Score4177
Official
Categories
DatabaseDeveloper ToolsSecurity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit12 mo agothis 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-dbutils

Using uvx

uvx mcp-dbutils

Using Docker

docker run -it donghao1393/mcp-dbutils

Claude 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.