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 | — | — |
| Score | 39 | 77 |
| Official | — | ✓ |
| Categories | DatabaseDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 12 mo ago | this 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
- Install dependencies:
pip install -r requirements.txt - Create a
config.jsonfile in the same directory asserver.pywith your database connection details - 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"]
}
}
}