Use Arcade in Claude Code
Outcomes
Connect Claude Code to an Arcade Gateway using the Arcade Headers authentication mode.
Prerequisites
- Create an Arcade
- Get an Arcade API key
- Create an Arcade MCP Gateway and select the you want to use
For Claude Code, we recommend setting your gateway auth mode to Arcade Headers so you can authenticate via HTTP headers (no browser-based OAuth flow required).
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 --transport http arcade "<YOUR_ARCADE_GATEWAY_URL>" \
--header "Authorization: Bearer <YOUR_ARCADE_API_KEY>" \
--header "Arcade-User-ID: <YOUR_EMAIL>"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