Home › Cloud & Monitoring › Zabbix MCP
Zabbix MCP
MCP server for Zabbix monitoring and automation
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_URLrequired — Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)ZABBIX_TOKENsecret — Zabbix API token (preferred for Zabbix 5.4+)ZABBIX_USER— Zabbix username (alternative to token)ZABBIX_PASSWORDsecret — Zabbix password (alternative to token)ZABBIX_VERIFY_SSL— Verify SSL certificates (true/false)ZABBIX_TIMEOUT— Request timeout in secondsZABBIX_SKIP_VERSION_CHECK— Skip Zabbix API version compatibility checkREAD_ONLY_MODE— Enable read-only mode to restrict write operationsDISABLED_TAGS— Comma-separated list of tags to disable tools forLOG_LEVEL— Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)RATE_LIMIT_ENABLED— Enable rate limitingRATE_LIMIT_MAX_REQUESTS— Maximum requests per rate limit windowRATE_LIMIT_WINDOW_MINUTES— Rate limit window in minutesTOOL_SEARCH_ENABLED— Enable FastMCP tool search transformTOOL_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_URLrequired — Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)ZABBIX_TOKENsecret — Zabbix API token (preferred for Zabbix 5.4+)ZABBIX_USER— Zabbix username (alternative to token)ZABBIX_PASSWORDsecret — Zabbix password (alternative to token)ZABBIX_VERIFY_SSL— Verify SSL certificates (true/false)ZABBIX_TIMEOUT— Request timeout in secondsZABBIX_SKIP_VERSION_CHECK— Skip Zabbix API version compatibility checkREAD_ONLY_MODE— Enable read-only mode to restrict write operationsDISABLED_TAGS— Comma-separated list of tags to disable tools forLOG_LEVEL— Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)RATE_LIMIT_ENABLED— Enable rate limitingRATE_LIMIT_MAX_REQUESTS— Maximum requests per rate limit windowRATE_LIMIT_WINDOW_MINUTES— Rate limit window in minutesTOOL_SEARCH_ENABLED— Enable FastMCP tool search transformTOOL_SEARCH_STRATEGY— Tool search strategy (bm25 or regex)TOOL_SEARCH_MAX_RESULTS— Maximum tool search results returned by search_toolsMCP_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_URLrequired — Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)ZABBIX_TOKENsecret — Zabbix API token (preferred for Zabbix 5.4+)ZABBIX_USER— Zabbix username (alternative to token)ZABBIX_PASSWORDsecret — Zabbix password (alternative to token)ZABBIX_VERIFY_SSL— Verify SSL certificates (true/false)ZABBIX_TIMEOUT— Request timeout in secondsZABBIX_SKIP_VERSION_CHECK— Skip Zabbix API version compatibility checkREAD_ONLY_MODE— Enable read-only mode to restrict write operationsDISABLED_TAGS— Comma-separated list of tags to disable tools forLOG_LEVEL— Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)RATE_LIMIT_ENABLED— Enable rate limitingRATE_LIMIT_MAX_REQUESTS— Maximum requests per rate limit windowRATE_LIMIT_WINDOW_MINUTES— Rate limit window in minutesTOOL_SEARCH_ENABLED— Enable FastMCP tool search transformTOOL_SEARCH_STRATEGY— Tool search strategy (bm25 or regex)TOOL_SEARCH_MAX_RESULTS— Maximum tool search results returned by search_toolsMCP_HTTP_PORT— Port for HTTP server (default: 8000)
This server takes extra arguments — see its repository.
Related servers
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
kubeshark
Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
Azure MCP Server
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
Data from the Official MCP Registry