MCP server for the complete Zabbix API — 231 tools, multi-server support, bearer auth, systemd ready. Works with ChatGPT, Claude, VS Code, Codex, JetBrains and any MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"zabbix-mcp-server": {
"command": "uvx",
"args": [
"zabbix-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add zabbix-mcp-server uvx zabbix-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"zabbix-mcp-server": {
"command": "uvx",
"args": [
"zabbix-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install zabbix-mcp-server