Skip to main content

Published Registries

The Zscaler MCP Server is published to every major MCP / AI-tooling registry so admins can discover and install it from whichever surface their team already uses. Each listing below points at the same upstream artifact (PyPI package, Docker image, or .mcpb bundle) — pick whichever marketplace your client supports.

The left-hand sidebar lists each destination individually so you can jump straight to the one you need.

Cursor Marketplace

One-click install for the Cursor IDE.

  • Where to find it: Cursor Marketplace — Zscaler
  • What you get: The Cursor Plugin, which wires the MCP server into Cursor's chat and Composer and ships the same toolset and skill surface as every other client.
  • Install: Click Install on the marketplace page. Cursor handles the rest, including prompting for your Zscaler OneAPI credentials.

Need the manual install instructions or a deep-dive on the Cursor extension? See the dedicated Cursor page.

Claude Marketplace

Official listing for Claude Code and the Claude family.

  • Where to find it: Claude Marketplace — Zscaler

  • What you get: The Claude Code Plugin (CLI). The Plugin also bundles every guided Skill for auto-activation in Claude Code conversations.

  • Install: From a terminal with the Claude Code CLI installed:

    claude plugin install zscaler

The separate Claude Desktop Extension (.mcpb bundle for the Claude Desktop app) is published to Anthropic's in-app Directory of Connectors — open Claude Desktop → Directory → Connectors and search for zscaler. Full walkthrough on the Claude page.

Official MCP Registry

The canonical Model Context Protocol registry maintained by the MCP working group.

  • Where to find it: Official MCP Registry — Zscaler

  • What you get: The PyPI and Docker package descriptors (manifest-only — no extra runtime). Consumed by any MCP client that supports the Model Context Protocol registry spec (GitHub Copilot, VS Code, and a growing list of others).

  • Install: Discover from any registry-aware client, or invoke directly with uvx:

    uvx zscaler-mcp

Docker MCP Hub

Docker's curated catalog of containerised MCP servers.

  • Where to find it: Docker MCP Hub — Zscaler

  • What you get: The published zscaler/zscaler-mcp-server image, ready to run as a long-lived container or as an on-demand stdio process.

  • Install: Pull the image and run with your .env file mounted:

    docker pull zscaler/zscaler-mcp-server:latest
    docker run -i --rm --env-file .env zscaler/zscaler-mcp-server:latest

For the full Docker walkthrough (stdio vs. HTTP transport, auth modes, host validation), see the Docker deployment page.

GitHub MCP Registry

GitHub's MCP registry, surfaced inside GitHub Copilot and any MCP-compatible client that supports the registry spec.

  • Where to find it: GitHub MCP Registry — Zscaler
  • What you get: A registry entry pointing at both the PyPI package (uvx zscaler-mcp) and the Docker image, with isSecret-marked credential fields that the client prompts for at install time.
  • Install: Use the Install button on the registry page, or wire it manually in any client that supports the Anthropic registry manifest format.

For the technical breakdown of how the listing is published (server.json, PyPI ownership proof, Docker label), see the GitHub MCP Registry page.

At a glance

RegistrySurfaceArtifact
Cursor MarketplaceCursor IDECursor Plugin
Claude MarketplaceClaude Code (CLI)claude plugin install zscaler
Claude Desktop DirectoryClaude Desktop app.mcpb bundle
Official MCP RegistryAny MCP-spec clientPyPI + Docker descriptors
Docker MCP HubDocker / OCI runtimeszscaler/zscaler-mcp-server image
GitHub MCP RegistryGitHub Copilot + MCP clientsPyPI + Docker descriptors