hana-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
hana-mcp-server by HatriGt | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 54 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | DatabaseDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 2 mo ago | this month |
hana-mcp-server · Summary
SAP HANA MCP server enables AI clients to query HANA databases with guardrails and merge business metadata.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
hana-mcp-server · Use cases
- Enable AI assistants to query SAP HANA databases with proper authentication and SQL guardrails
- Connect AI development tools like Claude Code and VS Code to enterprise HANA data
- Provide HTTP API for business applications to integrate with HANA via MCP protocol
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
hana-mcp-server · Install
Installation
Method 1: Using npx (recommended)
Add to your Claude Desktop config:
{
"mcpServers": {
"HANA Database": {
"command": "npx",
"args": ["-y", "hana-mcp-server"],
"env": {
"HANA_HOST": "your-hana-host.com",
"HANA_PORT": "443",
"HANA_USER": "your-username",
"HANA_PASSWORD": "your-password",
"HANA_SCHEMA": "your-schema",
"HANA_SSL": "true",
"HANA_ENCRYPT": "true",
"HANA_VALIDATE_CERT": "true",
"LOG_LEVEL": "info"
}
}
}
}Method 2: Global install
npm install -g hana-mcp-serverMethod 3: Clone and run
git clone <repository-url>
cd hana-mcp-server
npm install
node hana-mcp-server.jstime · 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"]
}
}
}