Skip to Content

Use Arcade in Claude Code

Outcomes

Connect Claude Code to an Arcade Gateway using the Arcade Headers authentication mode.

Prerequisites

  1. Create an Arcade
  2. Get an Arcade API key
  3. 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 list

Try it out

Open Claude Code in your and ask it to use one of the from your gateway.

Last updated on