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
- Open the command palette and select Open Settings
- 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
- Open the chat pane (typically command-l)
- Make sure you are in mode
- Ask the to use a !
Last updated on