Skip to main content
Opal’s admin provisioning MCP provides a set of tools that enables admins to use AI agents to manage user access in Opal. They can view user permissions and add or remove access to resources and groups. Use cases include:
  • Generate an overview of a user’s access across resources and groups
  • Add or remove users from resources and groups
  • Update user access levels and durations
  • Manage group memberships

Installation

OAuth is the recommended way to connect. Omit the Authorization header below and your MCP client will prompt you to sign in to Opal in your browser — no stored secret. Find your Client ID under User → Settings → OAuth Grants (app.opal.dev/user/settings/oauth-grants), and use the OAuth resource/audience https://opal.dev/mcp. See Authentication for details. The commands below use an API token instead; create one first to use that method.
Self-hosted Opal deployments can host MCP servers as of version v1.1135.0. If you run self-hosted, remember to replace https://app.opal.dev with your own domain.
To install, run the following command in your shell:
Then authenticate with Opal.
To learn more, see Claude Code documentation.

Available Tools

Last modified on July 25, 2026