Zabbix Mcp
@mpeirone
About Zabbix Mcp
🔌 Complete MCP server for Zabbix integration - Connect AI assistants to Zabbix monitoring with 40+ tools for hosts, items, triggers, templates, problems, and more. Features read-only mode and comprehensive API coverage.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"zabbix": {
"command": "uv",
"args": [
"run",
"--directory",
"/path/to/zabbix-mcp-server",
"python",
"src/zabbix_mcp_server.py"
],
"env": {
"ZABBIX_URL": "https://zabbix.example.com",
"ZABBIX_TOKEN": "<your_api_token>",
"READ_ONLY": "true"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Zabbix MCP Server?
A comprehensive Model Context Protocol (MCP) server for Zabbix integration, built with FastMCP and python-zabbix-utils. It exposes full Zabbix API functionality through MCP‑compatible tools, enabling programmatic management of hosts, items, triggers, templates, problems, users, maintenance, and more.
How to use Zabbix MCP Server?
Set up the server by configuring your Zabbix API credentials and Python 3.10+ environment, then invoke any of the provided MCP tools (e.g., host_get, trigger_create, event_acknowledge) to interact with your Zabbix infrastructure.
Key features of Zabbix MCP Server
- Host management (get, create, update, delete)
- Host group management (get, create, update, delete)
- Item management (get, create, update, delete)
- Trigger management (get, create, update, delete)
- Template management (get, create, update, delete)
- Problem and event management with event acknowledgment
More Developer Tools MCP servers
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Huoshan Test
volcengineSerena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Comments