zabbix-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
zabbix-mcp-server by initMAX | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 98 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | MonitoringDeveloper ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
zabbix-mcp-server · Summary
Complete Zabbix API server exposing 237 tools for monitoring and management via MCP protocol.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
zabbix-mcp-server · Use cases
- Automated Zabbix monitoring through AI assistants
- Generating PDF reports for Zabbix infrastructure
- Performing bulk operations on Zabbix hosts and templates
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
zabbix-mcp-server · Install
Installation
git clone https://github.com/initMAX/zabbix-mcp-server.git
cd zabbix-mcp-server
sudo ./deploy/install.sh
sudo nano /etc/zabbix-mcp/config.toml # fill in your Zabbix URL + API token
sudo systemctl start zabbix-mcp-server
sudo systemctl enable zabbix-mcp-serverClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"zabbix": {
"command": "python",
"args": ["-m", "zabbix_mcp_server"],
"env": {
"ZABBIX_MCP_CONFIG": "/etc/zabbix-mcp/config.toml"
}
}
}
}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"]
}
}
}