Odel
Zscaler Zero Trust Exchange

Zscaler Zero Trust Exchange

Local
@zscaler49PythonMITUpdated 2w ago

Manage Zscaler Zero Trust Exchange via 400+ tools β€” ZPA, ZIA, ZDX, ZCC, ZTW, ZMS, EASM, and more.

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIzscaler-mcpv0.15.4

Run

uvx zscaler-mcp

MCP client config

{
  "mcpServers": {
    "zscaler-zero-trust-exchange": {
      "command": "uvx",
      "args": [
        "zscaler-mcp"
      ]
    }
  }
}
Dockerdocker.io/zscaler/zscaler-mcp-server:latest

Run

docker run -i --rm docker.io/zscaler/zscaler-mcp-server:latest

MCP client config

{
  "mcpServers": {
    "zscaler-zero-trust-exchange": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/zscaler/zscaler-mcp-server:latest"
      ]
    }
  }
}