Skip to content
Grok

Zabbix API MCP for Grok

io.github.shigechika/zapi-mcp

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

client:Grok transport:stdio runtime:pypi

Install Zabbix API MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Zabbix API MCP in other clients