Back to MCP Servers
🔌

mpeirone/zabbix-mcp-server

GPL-3.0API key required

🐍 ☁️ 🐧 🪟 🍎 - Zabbix integration for hosts, items, triggers, templates, problems, data and more.

PythonProductivity

Install

npx -y mpeirone-zabbix-mcp-server

Required environment variables

ZABBIX_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mpeirone-zabbix-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mpeirone-zabbix-mcp-server"
      ],
      "env": {
        "ZABBIX_TOKEN": "<YOUR_ZABBIX_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.