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
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. ๐ฆ
Deepwiki MCP Server
regenrek๐ MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor โ designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw โ programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Comments