Back to Apps

Zabbix MCP Server
Supports UIby initmax
Full Zabbix API access for AI assistants with 231 tools for monitoring, observability, and infrastructure management.
0 stars
Works in:VS Code CopilotCodex
Exposes:Tools
What it does
This server exposes the entire Zabbix API to AI assistants, allowing them to query hosts, check active problems, manage templates, and perform comprehensive monitoring operations directly through a natural language interface.
Tools
problem_get: Get active problems and alerts.host_get: Manage and query monitored hosts.trigger_get: Retrieve trigger expressions and status.report_generate: Produce professional PDF reports from Zabbix data.zabbix_raw_api_call: Generic fallback for any Zabbix API method.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"zabbix": {
"command": "sudo",
"args": ["/opt/zabbix-mcp/venv/bin/zabbix-mcp-server", "--config", "/etc/zabbix-mcp/config.toml"]
}
}
}
Supported hosts
- Claude
- VS Code
- Codex
- JetBrains
Quick install
sudo ./deploy/install.shInformation
- Pricing
- free
- Published
- 4/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to ~/.codex/config.toml: [mcp_servers.zabbix] url = "http://your-server:8080/mcp"Claude Desktop
{
"mcpServers": {
"zabbix": {
"command": "sudo",
"args": ["/opt/zabbix-mcp/venv/bin/zabbix-mcp-server", "--config", "/etc/zabbix-mcp/config.toml"]
}
}
}VS Code Copilot
Add to .vscode/mcp.json: { "servers": { "zabbix": { "type": "http", "url": "http://your-server:8080/mcp" } } }






