Zabbix MCP Server
Zabbix MCP Server with all functions and validations
Ads
Overview
MCP (Model Context Protocol) is an open standard that lets AI assistants (ChatGPT, Claude, VS Code Copilot, JetBrains AI, Codex, and others) use external tools. This server exposes the entire Zabbix API as MCP tools — allowing any compatible AI assistant to query hosts, check problems, manage templates, acknowledge events, and perform any other Zabbix operation. The server runs as a standalone HTTP service. AI clients connect to it over the network. - Complete API coverage - All 58 Zabbix API groups (223 tools): hosts, problems, triggers, templates, users, dashboards, and more - Extension tools (14) - Pre-correlated views: host_status_get, hostgroup_overview_get, infrastructure_summary_get, item_history_summary_get, problem_active_get (fold 3-5 raw API calls into one round-trip). Plus graph_render (PNG export), anomaly_detect (z-score analysis), capacity_forecast (linear regression), item_threshold_search (filter items by lastvalue thresholds), report_generate (PDF reports), action_pre
Installation
docker compose up -d
Configuration
{
"mcpServers": {
"zabbix": {
"type": "http",
"url": "http://your-server:8080/mcp"
}
}Capabilities
- Query hosts and problems
Ask your assistant to check host availability, active problems, or trigger status using tools like `host_status_get` and `problem_active_get`.
- Generate infrastructure reports
Request a summary of your Zabbix environment, including host group overviews and item history trends, via `infrastructure_summary_get` and `item_history_summary_get`.
- Detect anomalies and forecast capacity
Use `anomaly_detect` for z-score analysis on metrics and `capacity_forecast` for linear regression predictions on resource usage.
- Render graphs and export data
Ask for a PNG graph image with `graph_render` or generate a PDF report using `report_generate`.
- Manage templates and configurations
Instruct your assistant to export, import, or migrate Zabbix templates and hosts between servers, leveraging the full Zabbix API coverage.
- Perform write operations with approval
Use `action_prepare` and `action_confirm` to stage and confirm changes like acknowledgements or maintenance windows, with read-only mode protection.
Tags
- monitoring
- devops-infrastructure
- observability-incident
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.