time vs mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-server by UI5 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 85 |
| 30d uses | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server · Summary
The UI5 MCP server provides specialized tools for UI5 application development and integration with AI agents.
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-server · Use cases
- Scaffolding new UI5 applications with specific templates
- Validating UI5 manifests against schema requirements
- Retrieving up-to-date UI5 API documentation within AI agents
- Converting JavaScript UI5 applications to TypeScript
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"]
}
}
}mcp-server · Install
Installation
For most MCP clients, use this configuration:
{
"mcpServers": {
"@ui5/mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ui5/mcp-server"
]
}
}
}For VS Code (GitHub Copilot):
code --add-mcp '{"name":"@ui5/mcp-server","type": "stdio","command":"npx","args":["-y", "@ui5/mcp-server"]}'For Claude Code:
claude mcp add --transport stdio --scope user ui5-mcp-server -- npx -y @ui5/mcp-server