You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this guide, you'll learn how to connect Cursor to an Arcade MCP Gateway.
6
+
<GuideOverview>
7
+
<GuideOverview.Outcomes>
8
+
9
+
Connect Cursor to an Arcade MCP Gateway.
8
10
9
-
<Steps>
11
+
</GuideOverview.Outcomes>
10
12
11
-
### Prerequisites
13
+
<GuideOverview.Prerequisites>
12
14
13
15
1. Create an <SignupLinklinkLocation="docs:claude-desktop-client">Arcade account</SignupLink>
14
16
2. Get an [Arcade API key](/home/api-keys)
15
17
3. Create an [Arcade MCP Gateway](/home/mcp-gateways) and select the tools you want to use
16
18
19
+
</GuideOverview.Prerequisites>
20
+
21
+
</GuideOverview>
22
+
17
23
### Set up Cursor
18
24
19
-
3. Download and open [Cursor](https://cursor.com/download)
20
-
4. Open the command palette and select **Open MCP Settings...**
21
-
5. Choose **HTTP**
22
-
6. Paste the URL of your MCP Gateway
23
-
7. Give your MCP server a name, like `mcp-arcade`
24
-
8. 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
+
1. Open the Command Palette (`Cmd + Shift + P` on macOS, `Ctrl + Shift + P` on Windows/Linux) and select **Open MCP Settings**
26
+
1. Click on the "New MCP Server" button
25
27
26
-
Cursor will update your `settings.json` file with the following
28
+
Cursor will open the MCP settings file, and you can add a new entry to the `mcpServers` object:
27
29
28
30
```json
29
31
{
@@ -44,5 +46,3 @@ Cursor will update your `settings.json` file with the following
0 commit comments