Use Arcade in Claude Code
Outcomes
Connect Claude Code to an Arcade Gateway.
Prerequisites
- Create an Arcade
- Create an Arcade MCP Gateway and select the you want to use
Production end with their own identities? If your end users already sign in to Entra ID, Okta, Auth0, Clerk, or another OIDC provider, configure a User Source on your gateway. Arcade redirects each end user to your identity provider on sign-in and identifies them by an OIDC subject claim.
Add your Arcade MCP Gateway
Run the following to add your Arcade Gateway as a remote HTTP server in Claude Code:
Terminal
claude mcp add arcade --transport http "<YOUR_ARCADE_GATEWAY_URL>"Verify the server was added
Terminal
claude mcp get arcade
claude mcp listTry it out
Open Claude Code in your and ask it to use one of the from your gateway.
Last updated on