Zscaler Integration MCP Server is a Model Context Protocol (MCP) server designed for managing Several Zscaler Products using Large Language Models (LLMs).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"zscaler-mcp-server": {
"command": "npx",
"args": [
"-y",
"zscaler/zscaler-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add zscaler-mcp-server npx -y zscaler/zscaler-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"zscaler-mcp-server": {
"command": "npx",
"args": [
"-y",
"zscaler/zscaler-mcp-server"
]
}
}
}
📋 Copy