The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Zabbix listing page.
MCP server for Zabbix API - exposes all Zabbix API functionality via MCP
mcp-name: io.github.daedalus/mcp-zabbix
Set the following environment variables:
ZABBIX_URL - Zabbix API URL (required)ZABBIX_TOKEN - API token (required, or use user/password)ZABBIX_USER - Zabbix username (optional)ZABBIX_PASSWORD - Zabbix password (optional)Or via CLI:
The MCP server exposes all Zabbix API methods as tools. Tools follow the pattern:
zabbix_<namespace>_<method> (e.g., zabbix_host_get, zabbix_host_create)