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
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.
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.
claude mcp add zabbix-mcp -- uvx zabbix-mcp
{
"mcpServers": {
"zabbix-mcp": {
"args": [
"zabbix-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.zabbix-mcp]
command = "uvx"
args = ["zabbix-mcp"]
{
"mcpServers": {
"zabbix-mcp": {
"args": [
"zabbix-mcp"
],
"command": "uvx"
}
}
}
{
"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.
MCP server for AI-driven console application automation and monitoring
MCP server for NinjaONE RMM with device management, monitoring, and automation
An MCP server for Scout Monitoring data interactions.
MCP server for Prefect. Monitor and debug workflows, deployments, and automations.
MCP server for ChangeDetection.io website monitoring and change history.
MCP server for Riveter's enrichment, scraping, and monitoring API
Health monitoring for all your MCP servers
MCP server for Synology NAS — browse files, monitor health, and automate operations
Answers built from our own checks of this server.