Skip to content
Cursor

mcp zabbix for Cursor

io.github.daedalus/mcp-zabbix

MCP server for Zabbix API - exposes all Zabbix API functionality via MCP

client:Cursor transport:stdio runtime:pypi

Install mcp zabbix in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-zabbix": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-zabbix"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp zabbix in other clients