time vs mcp-monitor
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-monitor by seekrays | |
|---|---|---|
| Stars | ★ 85,748 | ★ 82 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | MonitoringDeveloper ToolsOps & Infra |
| Language | TypeScript | Go |
| Last commit | this month | 10 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-monitor · Summary
Go-based MCP server exposing system metrics including CPU, memory, disk, network, and process information.
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-monitor · Use cases
- LLM assistants monitoring system health without switching to terminal
- Automated reporting of server metrics in conversational AI contexts
- DevOps integration for real-time system diagnostics through AI interfaces
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-monitor · Install
# Build from source
git clone https://github.com/seekrays/mcp-monitor.git
cd mcp-monitor
make build
# Run the server
./mcp-monitorFor Claude Desktop, add to config.json:
{
"mcpServers": {
"system-monitor": {
"command": "path/to/mcp-monitor"
}
}
}