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).
Run
uvx zscaler-mcp
MCP client config
{
"mcpServers": {
"zscaler-zero-trust-exchange": {
"command": "uvx",
"args": [
"zscaler-mcp"
]
}
}
}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"
]
}
}
}