HomeCloud & Monitoring › Zabbix MCP

Zabbix MCP

MCP server for Zabbix monitoring and automation

Python
★ 10 stars Last pushed 2026-09-18 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.6.1)

uvx zabbix-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "zabbix-mcp": {
      "command": "uvx",
      "args": [
        "zabbix-mcp"
      ],
      "env": {
        "ZABBIX_URL": "<YOUR_VALUE>",
        "ZABBIX_TOKEN": "<YOUR_VALUE>",
        "ZABBIX_USER": "<YOUR_VALUE>",
        "ZABBIX_PASSWORD": "<YOUR_VALUE>",
        "ZABBIX_VERIFY_SSL": "<YOUR_VALUE>",
        "ZABBIX_TIMEOUT": "<YOUR_VALUE>",
        "ZABBIX_SKIP_VERSION_CHECK": "<YOUR_VALUE>",
        "READ_ONLY_MODE": "<YOUR_VALUE>",
        "DISABLED_TAGS": "<YOUR_VALUE>",
        "LOG_LEVEL": "<YOUR_VALUE>",
        "RATE_LIMIT_ENABLED": "<YOUR_VALUE>",
        "RATE_LIMIT_MAX_REQUESTS": "<YOUR_VALUE>",
        "RATE_LIMIT_WINDOW_MINUTES": "<YOUR_VALUE>",
        "TOOL_SEARCH_ENABLED": "<YOUR_VALUE>",
        "TOOL_SEARCH_STRATEGY": "<YOUR_VALUE>",
        "TOOL_SEARCH_MAX_RESULTS": "<YOUR_VALUE>"
      }
    }
  }
}
  • ZABBIX_URL required — Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)
  • ZABBIX_TOKEN secret — Zabbix API token (preferred for Zabbix 5.4+)
  • ZABBIX_USER — Zabbix username (alternative to token)
  • ZABBIX_PASSWORD secret — 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

Package (pypi 0.6.1)

Package: pypi zabbix-mcp

  • ZABBIX_URL required — Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)
  • ZABBIX_TOKEN secret — Zabbix API token (preferred for Zabbix 5.4+)
  • ZABBIX_USER — Zabbix username (alternative to token)
  • ZABBIX_PASSWORD secret — 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)

Package (oci)

Package: oci ghcr.io/mhajder/zabbix-mcp:0.6.1

  • ZABBIX_URL required — Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)
  • ZABBIX_TOKEN secret — Zabbix API token (preferred for Zabbix 5.4+)
  • ZABBIX_USER — Zabbix username (alternative to token)
  • ZABBIX_PASSWORD secret — 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)

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry