zabbix-mcp-server

mpeirone/zabbix-mcp-server
★ 174 stars Python 🤖 AI/LLM Updated 1mo ago
🔌 Complete MCP server for Zabbix integration - Connect AI assistants to Zabbix monitoring with 40+ tools for hosts, items, triggers, templates, problems, and more. Features read-only mode and comprehensive API coverage.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zabbix-mcp-server": {
      "command": "uvx",
      "args": [
        "zabbix-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install zabbix-mcp-server