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. Open the command palette and select Open Settings
  2. Click on the New Server button

Cursor will open the settings file, and you can add a new entry to the mcpServers object:

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

Use Arcade in Cursor | Arcade Docs