Skip to main content
Glama

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/
Install Server
A
license - permissive license
C
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/daedalus/mcp-zabbix'

If you have feedback or need assistance with the MCP directory API, please join our Discord server