Ad Widget

Collapse

Zabbix MCP Server — manage Zabbix with AI assistants (open source)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hermanekt
    Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Aug 2019
    • 60

    #1

    Zabbix MCP Server — manage Zabbix with AI assistants (open source)

    Hi everyone,

    we've released an open-source MCP (Model Context Protocol) server that connects any AI assistant to the Zabbix API. It covers all 58 API groups
    (225 tools) — hosts, problems, triggers, templates, dashboards, SLAs, and everything else.

    What you can do with it:
    - "Show me all unacknowledged problems with severity High or above"
    - "Create a maintenance window for host db-01 for 2 hours"
    - "Export the template 'Template OS Linux' as YAML"
    - "What changed in the last 24 hours?" (audit log)

    Works with Claude Code (recommended), OpenAI Codex, VS Code + Copilot, Claude Desktop, and other MCP clients. Supports Zabbix 5.0 through 8.0 (experimental).
    Security: read-only mode by default, bearer token auth, IP allowlist, TLS, rate limiting.

    GitHub: https://github.com/initMAX/zabbix-mcp-server

    Happy to answer any questions!
    initMAX s.r.o. team
    MCP server for the complete Zabbix API — 220 tools, multi-server support, bearer auth, systemd ready. Works with ChatGPT, Claude, VS Code, Codex, JetBrains and any MCP client. - initMAX/zabbix-mcp-...
  • kronicklez
    Member
    • Mar 2025
    • 38

    #2
    Hi @hermanekt,

    I try follow step in your url https://github.com/initMAX/zabbix-mcp-server and this youtube https://www.youtube.com/watch?v=ZXClAcTwgys&t=285s . But when i execute command it not install MCP as per below snapshot. Is it i missing step or your file have issue?


    Click image for larger version

Name:	image.png
Views:	229
Size:	13.7 KB
ID:	512468

    Comment

    • cyber
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • Dec 2006
      • 4890

      #3
      You are root already, why do you use sudo?

      Comment

      • kronicklez
        Member
        • Mar 2025
        • 38

        #4
        Hi,

        even without sudo still same result.

        Thanks.

        Comment

        • coelliale
          Junior Member
          • Apr 2026
          • 1

          #5
          Fantastic project!
          It’s impressive to see how, together with Claude, it manages to “understand” the data and put it into context even without being given any additional information.
          I installed it in a Docker container outside the Zabbix system, so I could keep it isolated for testing, and it worked without any issues.
          It uses quite a lot of tokens, but it’s truly amazing. Congrats, great job!​
          Alessandro

          Comment

          Working...