Skip to content

Commit 6f0d1df

Browse files
authored
Claude Desktop is coming soon (#610)
1 parent e0f1df8 commit 6f0d1df

File tree

1 file changed

+1
-37
lines changed
  • app/en/home/mcp-clients/claude-desktop

1 file changed

+1
-37
lines changed

app/en/home/mcp-clients/claude-desktop/page.mdx

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,4 @@ import { SignupLink } from "@/app/_components/analytics";
33

44
# Use Arcade with Claude Desktop
55

6-
In this guide, you'll learn how to connect Claude Desktop to a local Arcade server.
7-
8-
<Steps>
9-
10-
### Prerequisites
11-
12-
1. Create an <SignupLink linkLocation="docs:claude-desktop-client">Arcade account</SignupLink>
13-
2. Get an [Arcade API key](/home/api-keys)
14-
3. Create an [Arcade MCP Gateway](/home/mcp-gateways) and select the tools you want to use
15-
16-
### Set up Claude Desktop
17-
18-
1. Download and open [Claude Desktop](https://claude.ai/download)
19-
2. Claude Menu --> "Settings" --> "Developer" --> "Edit Config"
20-
3. Follow the guide [here](https://support.claude.com/en/articles/11175166-getting-started-with-custom-connectors-using-remote-mcp)
21-
4. Open the configuration file and replace the file contents with this:
22-
* Give your MCP server a name, like `mcp-arcade`
23-
* Use the the URL of your MCP Gateway.
24-
* Add the API key as the bearer token within the `Authorization` header, and the email address that you used to sign up for the Arcade account as the `Arcade-User-ID` header
25-
26-
```json
27-
{
28-
"mcpServers": {
29-
"arcade-mcp": {
30-
"url": "https://api.arcade.dev/mcp/<YOUR-GATEWAY-SLUG>",
31-
"headers": {
32-
"Authorization": "Bearer {arcade_api_key}",
33-
"Arcade-User-ID": "{arcade_user_id}"
34-
}
35-
}
36-
}
37-
}
38-
```
39-
40-
5. Restart Claude Desktop. Upon restarting, you should have access to the Arcade tools you installed.
41-
42-
</Steps>
6+
Coming Soon

0 commit comments

Comments
 (0)