Use Arcade in Cursor
Outcomes
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
Cursor currently does not refresh the OAuth tokens automatically. To set a
persistent connection between Cursor and your , you should set the
Authorization field to “Arcade Headers” in the dashboard.
Production end with their own identities? If your end users already sign in to Entra ID, Okta, Auth0, Clerk, or another OIDC provider, configure a User Source on your gateway. Arcade redirects each end user to your identity provider on sign-in and identifies them by an OIDC subject claim.
Set up Cursor
- Open the Command Palette (
Cmd + Shift + Pon macOS,Ctrl + Shift + Pon Windows/Linux) 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:
Arcade Auth
JSON
{
"mcpServers": {
"mcp-arcade": {
"url": "https://api.arcade.dev/mcp/<YOUR-GATEWAY-SLUG>"
}
}
}Try it out
- Open the chat pane (typically command-l)
- Make sure you are in mode
- Ask the to use a !
Last updated on