Cursor
One-click install of Cakewalk's MCP Gateway in Cursor through a cursor:// deep link rendered by the Cakewalk Set Up Flow.
Last updated
Was this helpful?
One-click install of Cakewalk's MCP Gateway in Cursor through a cursor:// deep link rendered by the Cakewalk Set Up Flow.
Cursor accepts a one-click cursor:// deep link to install a custom MCP server. Cakewalk's Set Up Flow generates that link with your gateway URL and per-user token baked in. Click once and approve in Cursor.
Deep link. Cakewalk renders a cursor://anysphere.cursor-deeplink/mcp/install?... link in the Set Up Flow. Clicking it launches Cursor with the cakewalk server config staged for approval.
Go to My Agents.
Click Set up on the Cursor card.
Cakewalk surfaces a one-click option to open the install in Cursor.
Click the Cursor install option.
Your browser hands the cursor:// link to Cursor.
Cursor opens with the cakewalk server config pre-filled.
Approve the install when prompted.
Cursor starts an OAuth flow in your browser on first use of a cakewalk tool. Sign in with your Cakewalk account and approve the Connection.
In Cursor, open the MCP panel and confirm that cakewalk appears as Connected. In Cakewalk, the Cursor card on My Agents flips to Connected after the first agent call.
Browser does not hand the link to Cursor: confirm Cursor is installed and that your browser is configured to handle the cursor:// scheme. Restarting the browser usually resolves handler registration.
Cursor opens but the cakewalk server does not appear: the deep link may have failed to parse. Use the JSON config alternative below.
Tool list looks empty: Cursor caps total active tools across MCP servers. If you have many servers connected, trim some and reload.
If the deep link does not work, or you prefer to manage MCP config in source control, edit one of:
Workspace: .cursor/mcp.json in the project root. The server appears only when you open that project.
Global: ~/.cursor/mcp.json in your home directory. The server appears in every Cursor project on this machine.
The shape is:
Workspace scope takes precedence over global scope.
Model Context Protocol in Cursor from Cursor.
Last updated
Was this helpful?
Was this helpful?
{
"mcpServers": {
"cakewalk": {
"url": "https://mcp-gateway.getcakewalk.io/mcp"
}
}
}