Skip to Content
HomeMCP ClientsCursor

Use Arcade in Cursor

In this guide, you’ll learn how to connect Cursor to an Arcade Gateway.

Prerequisites

  1. Create an Arcade
  2. Get an Arcade API key
  3. Create an Arcade MCP Gateway and select the you want to use

Set up Cursor

  1. Download and open Cursor 
  2. Open the command palette and select Open Settings…
  3. Choose HTTP
  4. Paste the URL of your Gateway
  5. Give your server a name, like mcp-arcade
  6. Add the as the bearer token within the Authorization header, and the email address that you used to sign up for the Arcade as the Arcade-User-ID header

Cursor will update your settings.json file with the following

JSON
{ "mcpServers": { "mcp-arcade": { "url": "https://api.arcade.dev/mcp/<YOUR-GATEWAY-SLUG>", "headers": { "Authorization": "Bearer {arcade_api_key}", "Arcade-User-ID": "{arcade_user_id}" } } } }

Try it out

  1. Open the chat pane (typically command-l)
  2. Make sure you are in mode
  3. Ask the to use a !
Last updated on