Use Arcade in Cursor
In this guide, you’ll learn how to connect Cursor to an Arcade Gateway.
Prerequisites
- Create an Arcade
- Get an Arcade API key
- Create an Arcade MCP Gateway and select the you want to use
Set up Cursor
- Download and open Cursor
- Open the command palette and select Open Settings…
- Choose HTTP
- Paste the URL of your Gateway
- Give your server a name, like
mcp-arcade
- Add the as the bearer token within the
Authorization
header, and the email address that you used to sign up for the Arcade as theArcade-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
- Open the chat pane (typically command-l)
- Make sure you are in mode
- Ask the to use a !
Last updated on