Zabbix API MCP for Cursor
io.github.shigechika/zapi-mcp
MCP server for the Zabbix API — daily brief, problems, hosts, items
client:Cursor
transport:stdio
runtime:pypi
Install Zabbix API MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zapi-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"zapi-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs