time vs radar
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | radar by skyhook-io | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1,934 |
| 30d uses | — | — |
| Score | 77 | 56 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Ops & InfraDeveloper ToolsMonitoring |
| 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.
radar · Summary
Radar is a Kubernetes UI with built-in MCP server for AI assistants to query cluster resources.
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
radar · Use cases
- AI assistants querying Kubernetes cluster resources and topology
- GitOps operations through AI assistants using MCP tools
- AI-powered cluster monitoring and diagnostics
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"]
}
}
}radar · Install
# Install Radar
brew install skyhook-io/tap/radar
# Run Radar
kubectl radarTo use with Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"radar": {
"command": "radar",
"args": ["--no-browser", "--no-mcp"]
}
}
}