Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions app/en/home/mcp-clients/cursor/page.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Steps, Callout } from "nextra/components";
import { SignupLink } from "@/app/_components/analytics";


# Use Arcade in Cursor

In this guide, you'll learn how to connect Cursor to an Arcade MCP Gateway.
Expand All @@ -16,14 +15,10 @@ In this guide, you'll learn how to connect Cursor to an Arcade MCP Gateway.

### Set up Cursor

3. Download and open [Cursor](https://cursor.com/download)
4. Open the command palette and select **Open MCP Settings...**
5. Choose **HTTP**
6. Paste the URL of your MCP Gateway
7. Give your MCP server a name, like `mcp-arcade`
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
1. Open the command palette and select **Open MCP Settings**
1. Click on the **New MCP Server** button

Cursor will update your `settings.json` file with the following
Cursor will open the MCP settings file, and you can add a new entry to the `mcpServers` object:

```json
{
Expand Down