MCP Catalogs
Home

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
Score4777
Official
Categories
DatabaseDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit9 mo agothis 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

  1. Install the package globally:
npm install -g @executeautomation/database-server
  1. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.