PluginBench
MCP Server

Zabbix API MCP MCP Server

io.github.shigechika/zapi-mcp

What is the Zabbix API MCP MCP server?

MCP server for the Zabbix API — daily brief, problems, hosts, items

How to install Zabbix API MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zapi-mcp": {
      "command": "uvx",
      "args": [
        "zapi-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "zapi-mcp": {
      "command": "uvx",
      "args": [
        "zapi-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "zapi-mcp": {
      "command": "uvx",
      "args": [
        "zapi-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "zapi-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zapi-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add zapi-mcp -- uvx zapi-mcp

Related MCP servers

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

View repository →

MCP server for Arista EOS device operations via eAPI

View repository →

MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)

View repository →

MCP server for retrieving Japanese stock market data via J-Quants API v2

View repository →

MCP server for Juniper Networks device operations via junos-ops

View repository →

MCP server for KeyCloak Admin REST API via Service Account

View repository →