Zabbix MCP

Zabbix MCP Server is a Python-based Model Context Protocol (MCP) server designed to provide advanced, programmable access to Zabbix monitoring data and management features. It exposes a modern API for querying, automating, and integrating Zabbix resources such as hosts, templates, triggers, items, problems, events, users, proxies, maintenance periods, and more. The server supports both read and write operations…. Its 40 documented tools cover host, hostgroup, template, item.

People connecting DevOps & monitoring tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 9 · #29 OF 101 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Zabbix MCP

before you install - you'll need

Set ZABBIX_URL, ZABBIX_TOKEN, ZABBIX_VERIFY_SSL, ZABBIX_TIMEOUT, ZABBIX_SKIP_VERSION_CHECK, READ_ONLY_MODE, LOG_LEVEL, RATE_LIMIT_ENABLED, RATE_LIMIT_MAX_REQUESTS, RATE_LIMIT_WINDOW_MINUTES, TOOL_SEARCH_ENABLED, TOOL_SEARCH_STRATEGY before connecting.

Claude Code

claude mcp add mhajder-zabbix-mcp -- uvx zabbix-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

pypi package zabbix-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.mhajder is GitHub-verified and matches the repo owner

03 · What Zabbix MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list hosts with optional filtering by groups, templates, proxies, and search criteria, create a new host with interfaces and template linking, update host properties (name, status, description), and delete hosts by ID.

Capability map

Tools grouped from the project's README - what Zabbix MCP lets an agent do.

Host

4 tools - e.g. List hosts with optional filtering by groups, templates, proxies, and search criteria; Create a new host with interfaces and template linking; Update host properties (name, status, description)

host_get · host_create · host_update · host_delete

Hostgroup

4 tools - e.g. List host groups with optional filtering; Create a new host group; Update an existing host group's properties (name)

hostgroup_get · hostgroup_create · hostgroup_update · hostgroup_delete

Template

4 tools - e.g. List templates with optional filtering; Create a new template; Update template properties (name, description)

template_get · template_create · template_update · template_delete

Item

4 tools - e.g. List items with optional filtering by hosts, groups, templates; Create a new item on a host; Update item properties (name, delay, units, description, status)

item_get · item_create · item_update · item_delete

run & execute

4 tools - e.g. List triggers with severity and state filtering; Create a new trigger with expression; Update trigger properties (description, expression, priority, status, comments)

trigger_get · trigger_create · trigger_update · trigger_delete

User

4 tools - e.g. List users with optional filtering; Create a new user; Update user properties (name, surname, password, type)

user_get · user_create · user_update · user_delete

Proxy

4 tools - e.g. List proxies with optional filtering; Create a new proxy; Update proxy properties (name, operating mode, description)

proxy_get · proxy_create · proxy_update · proxy_delete

Maintenance

4 tools - e.g. List maintenance periods; Create a new maintenance period; Update maintenance period properties (name, times, description)

maintenance_get · maintenance_create · maintenance_update · maintenance_delete

Latest releases

v0.6.0 · 2026-08-22

Docker Images · ghcr.io/mhajder/zabbix-mcp:v0.6.0 · ghcr.io/mhajder/zabbix-mcpo:v0.6.0

v0.5.3 · 2026-07-14

Docker Images · ghcr.io/mhajder/zabbix-mcp:v0.5.3 · ghcr.io/mhajder/zabbix-mcpo:v0.5.3 · bump the uv-dependencies group across 1 directory with 2 updates · bump the uv-dev-dependencies group across 1 directory with 3…

v0.5.2 · 2026-07-06

Docker Images · ghcr.io/mhajder/zabbix-mcp:v0.5.2 · ghcr.io/mhajder/zabbix-mcpo:v0.5.2

04 · Who maintains Zabbix MCP

Zabbix MCP is maintained by mhajder. We track 3 MCP servers from mhajder - 3 actively maintained, 63 combined GitHub stars, oldest repo from Aug 2025. Full record: all servers from mhajder.

  1. LibreNMS MCP MCP server for LibreNMS network monitoring - query devices, ports, alerts, and manage infrastructure ★ 37
  2. Ghostfolio MCP MCP server for Ghostfolio portfolio management and financial data access ★ 17

05 · Facts

category
DevOps & monitoring - ranked #29 of 101 actively-maintained DevOps & monitoring servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-22)
registry
io.github.mhajder/zabbix-mcp (active, first published 2026-01-25 · 11 versions)
packages
pypi:zabbix-mcp · pypi:zabbix-mcp · oci:ghcr.io/mhajder/zabbix-mcp:0.6.0

06 · Zabbix MCP FAQ

Is Zabbix MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 5 releases in the last 90 days. We re-verify nightly.

What can Zabbix MCP do?

With this server connected, an agent can list hosts with optional filtering by groups, templates, proxies, and search criteria, create a new host with interfaces and template linking, update host properties (name, status, description), and delete hosts by ID.

How do I install Zabbix MCP?

Run `uvx zabbix-mcp`. The README documents 12 environment variables (ZABBIX_URL, ZABBIX_TOKEN, ZABBIX_VERIFY_SSL…) to set first. Set ZABBIX_URL, ZABBIX_TOKEN, ZABBIX_VERIFY_SSL, ZABBIX_TIMEOUT, ZABBIX_SKIP_VERSION_CHECK, READ_ONLY_MODE, LOG_LEVEL, RATE_LIMIT_ENABLED, RATE_LIMIT_MAX_REQUESTS, RATE_LIMIT_WINDOW_MINUTES, TOOL_SEARCH_ENABLED, TOOL_SEARCH_STRATEGY before connecting. You can also paste the ready-made client config above.

Does Zabbix MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Zabbix MCP

More DevOps & monitoring MCP servers · Raygun · GitLab CI MCP · DevOps MCP · Monerometrics · Nslookup

More Python MCP servers · Relay · PLwC - Personality Layer with Conscience · Hot Memory MCP · Ollama Handoff · Tablebridge MCP · see all