import { Steps, Callout } from "nextra/components";
import { SignupLink } from "@/app/_components/analytics";
import Image from "next/image";
export const IMAGE_SCALE_FACTOR = 2;
export const STEP_1_DARK_WIDTH = 582;
export const STEP_1_DARK_HEIGHT = 966;
export const STEP_1_LIGHT_WIDTH = 578;
export const STEP_1_LIGHT_HEIGHT = 960;
export const STEP_2_DARK_WIDTH = 2388;
export const STEP_2_DARK_HEIGHT = 1242;
export const STEP_2_LIGHT_WIDTH = 2352;
export const STEP_2_LIGHT_HEIGHT = 1202;
export const STEP_3_DARK_WIDTH = 1104;
export const STEP_3_DARK_HEIGHT = 874;
export const STEP_3_LIGHT_WIDTH = 1094;
export const STEP_3_LIGHT_HEIGHT = 882;
export const STEP_4_DARK_WIDTH = 1860;
export const STEP_4_DARK_HEIGHT = 206;
export const STEP_4_LIGHT_WIDTH = 1826;
export const STEP_4_LIGHT_HEIGHT = 210;
export const STEP_5_DARK_WIDTH = 1208;
export const STEP_5_DARK_HEIGHT = 1696;
export const STEP_5_LIGHT_WIDTH = 1208;
export const STEP_5_LIGHT_HEIGHT = 1696;
export const STEP_6_DARK_WIDTH = 1874;
export const STEP_6_DARK_HEIGHT = 210;
export const STEP_6_LIGHT_WIDTH = 1820;
export const STEP_6_LIGHT_HEIGHT = 216;
export const STEP_7_DARK_WIDTH = 1852;
export const STEP_7_DARK_HEIGHT = 2458;
export const STEP_7_LIGHT_WIDTH = 1848;
export const STEP_7_LIGHT_HEIGHT = 2450;
# Use Arcade in Claude Desktop
Connect Claude Desktop to an Arcade MCP Gateway.
1. Create an Arcade account
2. Get an [Arcade API key](/get-started/setup/api-keys)
3. Create an [Arcade MCP Gateway](/guides/create-tools/mcp-gateways) and select the tools you want to use
For Claude Desktop, you need to set the `Authorization` field to `Arcade Auth`
in the dashboard. If you are using the `Arcade Headers` auth mode, you won't
be able to use it with Claude Desktop.
### Go to your Claude Desktop setting page
On the bottom left corner of Claude Desktop, click on your user avatar to open the settings menu, then click on the "Settings" button.
### Add a Custom Connector
On the settings page, click on the "Connectors" tab, and then on the "Add custom Connector" button.
A modal dialog will open asking you for a name and a URL. Enter a name for your connector, and the URL of your MCP Gateway. Then, click on the "Add" button.
### authenticate with your Arcade account
You will see a new connector added to your list of connectors. Click on the "Connect" button to authenticate with your Arcade account.
Your browser will open a new tab to authenticate with your Arcade account. Check that the URL matches the one in the modal dialog, and then click on the "Allow" button.
### Configure the MCP Gateway
Now Claude Desktop is connected to your MCP Gateway, it's a good time to configure the MCP Gateway to your needs. Click on the "Configure" button to open the configuration dialog.
In this configuration pane, you can configure which tools are available to Claude Desktop, and whether or not they require human confirmation. On this example MCP gateway, we require human confirmation for all tools that may have destructive actions, or actions with potentially undesired consequences.
### Try it out!
You can now open a new chat within Claude Desktop. Ensure that your connector is enabled, and the ask the agent to use a tool!