diff --git a/app/en/home/mcp-clients/cursor/page.mdx b/app/en/home/mcp-clients/cursor/page.mdx index d22dc925f..103658081 100644 --- a/app/en/home/mcp-clients/cursor/page.mdx +++ b/app/en/home/mcp-clients/cursor/page.mdx @@ -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. @@ -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 {