Back to Browse

Zabbix MCP Server

Developer ToolsUse Caution2.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for Zabbix API - exposes all Zabbix API functionality via MCP

About

MCP server for Zabbix API - exposes all Zabbix API functionality via MCP

Security Report

2.0
Use Caution2.0Critical Risk

Valid MCP server (4 strong, 4 medium validity signals). 10 known CVEs in dependencies (1 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

12 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-daedalus-mcp-zabbix": {
      "args": [
        "mcp-zabbix"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

mcp-zabbix

MCP server for Zabbix API - exposes all Zabbix API functionality via MCP

PyPI Python

mcp-name: io.github.daedalus/mcp-zabbix

Install

pip install mcp-zabbix

Configuration

Set the following environment variables:

  • ZABBIX_URL - Zabbix API URL (required)
  • ZABBIX_TOKEN - API token (required, or use user/password)
  • ZABBIX_USER - Zabbix username (optional)
  • ZABBIX_PASSWORD - Zabbix password (optional)

Usage

from mcp_zabbix import mcp

mcp.run()

Or via CLI:

mcp-zabbix

API

The MCP server exposes all Zabbix API methods as tools. Tools follow the pattern:

  • zabbix_<namespace>_<method> (e.g., zabbix_host_get, zabbix_host_create)

Development

git clone https://github.com/daedalus/mcp-zabbix.git
cd mcp-zabbix
pip install -e ".[test]"

# run tests
pytest

# format
ruff format src/ tests/

# lint
ruff check src/ tests/

# type check
mypy src/

Reviews

No reviews yet

Be the first to review this server!