mcpbeat Sign in

Zabbix MCP Server

local only

Zabbix MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 695 installs a week from pypi. Last commit 2 Sep 2026.

MCP server for Zabbix monitoring and automation

Installs per day peak 429 · avg 72 · +49% w/w
a month agotoday
695
Installs / week
pypi · zabbix-mcp
10
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Zabbix MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add zabbix-mcp -- uvx zabbix-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zabbix-mcp": {
      "args": [
        "zabbix-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zabbix-mcp]
command = "uvx"
args = ["zabbix-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "zabbix-mcp": {
      "args": [
        "zabbix-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zabbix-mcp": {
      "args": [
        "zabbix-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ZABBIX_URL (Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)), ZABBIX_TOKEN (Zabbix API token (preferred for Zabbix 5.4+)), ZABBIX_USER (Zabbix username (alternative to token)), ZABBIX_PASSWORD (Zabbix password (alternative to token)), ZABBIX_VERIFY_SSL (Verify SSL certificates (true/false)), ZABBIX_TIMEOUT (Request timeout in seconds), ZABBIX_SKIP_VERSION_CHECK (Skip Zabbix API version compatibility check), READ_ONLY_MODE (Enable read-only mode to restrict write operations), DISABLED_TAGS (Comma-separated list of tags to disable tools for), LOG_LEVEL (Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)), RATE_LIMIT_ENABLED (Enable rate limiting), RATE_LIMIT_MAX_REQUESTS (Maximum requests per rate limit window), RATE_LIMIT_WINDOW_MINUTES (Rate limit window in minutes), TOOL_SEARCH_ENABLED (Enable FastMCP tool search transform), TOOL_SEARCH_STRATEGY (Tool search strategy (bm25 or regex)), TOOL_SEARCH_MAX_RESULTS (Maximum tool search results returned by search_tools), MCP_HTTP_PORT (Port for HTTP server (default: 8000)), MCP_TRANSPORT (MCP transport type (http for HTTP, stdio for stdio)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Zabbix MCP

same job, measured the same way
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

32 installs/wk local only
I
Ninjaone
by lungshot

MCP server for NinjaONE RMM with device management, monitoring, and automation

local only
Scout MCP Local
by scoutapm

An MCP server for Scout Monitoring data interactions.

81 installs/wk local only
I
Prefect MCP Server
by prefecthq

MCP server for Prefect. Monitor and debug workflows, deployments, and automations.

2 259 installs/wk local only
ChangeDetection.io MCP Server
by rusty4444

MCP server for ChangeDetection.io website monitoring and change history.

74 installs/wk local only
Riveter
by codywatters

MCP server for Riveter's enrichment, scraping, and monitoring API

118 installs/wk answering
MCP Server Health Monitor
by dbsectrainer

Health monitoring for all your MCP servers

29 installs/wk local only
Synology NAS
by cmeans

MCP server for Synology NAS — browse files, monitor health, and automate operations

183 installs/wk local only

Zabbix MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Zabbix MCP?
Zabbix MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package zabbix-mcp was installed 695 times last week.
How do I connect Zabbix MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls zabbix-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Zabbix MCP?
The pypi package zabbix-mcp was installed 695 times in the last week. Week over week that is +49%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Zabbix MCP open source?
Yes — it is published under the MIT licence, written in Python and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.