apisql-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
apisql-mcp by apisql-dev | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 33 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | DatabaseDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 2 mo ago | this month |
apisql-mcp · Summary
MCP server providing unified access to multiple databases through SQL operations with dynamic switching capabilities.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
apisql-mcp · Use cases
- Cross-database querying and analysis across different database systems
- Secure database access without exposing databases to the public internet
- Dynamic SQL operations with real-time data source switching
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
apisql-mcp · Install
Installation
- Prerequisites: Node.js >= 18.0.0 and apiSQL account (register at [open.apisql.cn](https://open.apisql.cn))
- Install apiSQL gateway to connect your database
- Install the MCP server:
npm install -g apisql-mcp
# or run directly with
npx -y apisql-mcp- Configure in Claude Desktop:
{
"mcpServers": {
"apisql-mcp": {
"command": "npx",
"args": ["-y", "apisql-mcp"],
"env": {
"APISQL_MCP_API_URL": "https://open.apisql.cn/api/mytest/$sudb",
"APISQL_MCP_API_KEY": "Bearer sk-your-api-key",
"APISQL_MCP_DS": "mysql"
}
}
}
}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"]
}
}
}