MCP Catalogs
Home

mssql-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

mssql-mcp
by daobataotie
time
by modelcontextprotocol
Stars★ 39★ 85,748
30d uses
Score3977
Official
Categories
DatabaseDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit12 mo agothis month

mssql-mcp · Summary

A Python-based MCP server that enables SQL query execution and business intelligence capabilities for MSSQL databases.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mssql-mcp · Use cases

  • Business analysts querying sales data and generating insights
  • Developers interacting with MSSQL databases through AI assistants
  • Teams automating database reporting and analytics 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

mssql-mcp · Install

  1. Install dependencies: pip install -r requirements.txt
  2. Create a config.json file in the same directory as server.py with your database connection details
  3. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "mssql": {
      "command": "python",
      "args": ["/path/to/mssql-mcp/src/server.py"]
    }
  }
}```

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.