Zabbix MCP
Rank #3286glama/mhajder/zabbix-mcp
Provides advanced, programmable access to Zabbix monitoring data and management features, enabling querying, automation, and integration of Zabbix resources.
Zabbix MCP is a Model Context Protocol (MCP) server published by mhajder. It ranks #3286 of 58,900 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Zabbix MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Jan 7, 2026 and most recently updated on May 11, 2026.
Ranks ahead of 55,614 of 58,900 servers on MCP Toplist.
Use Zabbix MCP
Add Zabbix MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"zabbix-mcp": {
"command": "uvx",
"args": [
"zabbix-mcp"
],
"env": {
"ZABBIX_URL": "<your ZABBIX_URL>",
"ZABBIX_TOKEN": "<your ZABBIX_TOKEN>",
"ZABBIX_USER": "<your ZABBIX_USER>",
"ZABBIX_PASSWORD": "<your ZABBIX_PASSWORD>",
"ZABBIX_VERIFY_SSL": "<your ZABBIX_VERIFY_SSL>",
"ZABBIX_TIMEOUT": "<your ZABBIX_TIMEOUT>",
"ZABBIX_SKIP_VERSION_CHECK": "<your ZABBIX_SKIP_VERSION_CHECK>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"DISABLED_TAGS": "<your DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zabbix-mcp": {
"command": "uvx",
"args": [
"zabbix-mcp"
],
"env": {
"ZABBIX_URL": "<your ZABBIX_URL>",
"ZABBIX_TOKEN": "<your ZABBIX_TOKEN>",
"ZABBIX_USER": "<your ZABBIX_USER>",
"ZABBIX_PASSWORD": "<your ZABBIX_PASSWORD>",
"ZABBIX_VERIFY_SSL": "<your ZABBIX_VERIFY_SSL>",
"ZABBIX_TIMEOUT": "<your ZABBIX_TIMEOUT>",
"ZABBIX_SKIP_VERSION_CHECK": "<your ZABBIX_SKIP_VERSION_CHECK>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"DISABLED_TAGS": "<your DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zabbix-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mhajder/zabbix-mcp:0.4.0"
],
"env": {
"ZABBIX_URL": "<your ZABBIX_URL>",
"ZABBIX_TOKEN": "<your ZABBIX_TOKEN>",
"ZABBIX_USER": "<your ZABBIX_USER>",
"ZABBIX_PASSWORD": "<your ZABBIX_PASSWORD>",
"ZABBIX_VERIFY_SSL": "<your ZABBIX_VERIFY_SSL>",
"ZABBIX_TIMEOUT": "<your ZABBIX_TIMEOUT>",
"ZABBIX_SKIP_VERSION_CHECK": "<your ZABBIX_SKIP_VERSION_CHECK>",
"READ_ONLY_MODE": "<your READ_ONLY_MODE>",
"DISABLED_TAGS": "<your DISABLED_TAGS>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"RATE_LIMIT_ENABLED": "<your RATE_LIMIT_ENABLED>",
"RATE_LIMIT_MAX_REQUESTS": "<your RATE_LIMIT_MAX_REQUESTS>",
"RATE_LIMIT_WINDOW_MINUTES": "<your RATE_LIMIT_WINDOW_MINUTES>",
"TOOL_SEARCH_ENABLED": "<your TOOL_SEARCH_ENABLED>",
"TOOL_SEARCH_STRATEGY": "<your TOOL_SEARCH_STRATEGY>",
"TOOL_SEARCH_MAX_RESULTS": "<your TOOL_SEARCH_MAX_RESULTS>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries
mhajder
Other servers by mhajder
View all mhajder servers →Available versions (7)
| Version | Published |
|---|---|
| 0.4.0 | May 11, 2026 |
| 0.3.2 | May 9, 2026 |
| 0.3.1 | May 3, 2026 |
| 0.3.0 | Apr 9, 2026 |
| 0.2.1 | Feb 19, 2026 |
| 0.2.0 | Jan 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Zabbix MCP?
- Provides advanced, programmable access to Zabbix monitoring data and management features, enabling querying, automation, and integration of Zabbix resources.
- Who maintains Zabbix MCP?
- Zabbix MCP is maintained by mhajder, which publishes 3 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Zabbix MCP an official MCP server?
- Yes — Zabbix MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Zabbix MCP have?
- MCP Toplist tracks 7 versions of Zabbix MCP, most recently published on May 11, 2026.
- Where can I find the source code for Zabbix MCP?
- The source code for Zabbix MCP is hosted at github.com/mhajder/zabbix-mcp.