Skip to main content
Opal’s End User MCP provides a set of tools that enables end users to leverage AI agents to request access to Opal resources, groups, and bundles . Use cases include:
  • Browse available resources, groups, and bundles
  • Create access requests for yourself or as part of a workflow
  • Check request status and view your current access
  • Use in combination with other MCP servers (e.g., request access to Retool, then use Retool’s MCP server to query data)

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