You can launch a guided setup directly from the Spur app. Go to Integrations → MCP and click Setup to open a step-by-step modal for your platform.
Authentication uses OAuth. When you connect for the first time, your browser will open to authorize access to your Spur account.
Cursor
Click the button to install, or copy the link below and paste it into your browser.
cursor://anysphere.cursor-deeplink/mcp/install?name=Spur&config=eyJ1cmwiOiJodHRwczovL2FwcC5zcHVydGVzdC5jb20vYXBpL21jcCIsImhlYWRlcnMiOnt9fQ%3D%3D
Claude Code
Run this command in your terminal:
claude mcp add Spur -- npx -y mcp-remote@latest https://app.spurtest.com/api/mcp
If you don’t have npx installed, you can use the HTTP transport instead:
claude mcp add --transport http Spur https://app.spurtest.com/api/mcp
Claude Desktop and Claude.ai
Add a custom connector
Click Add custom connector. Enter the server URL
Set the URL to https://app.spurtest.com/api/mcp. Authenticate
Complete the OAuth authorization flow. Your browser will open to authorize access to your Spur account.
GitHub Copilot in VS Code
Open the MCP Server section
Make sure the GitHub Copilot extension is installed. Open the Copilot panel and navigate to the MCP Servers section. Add a new server
Open the Command Palette (Cmd+Shift+P on Mac, Ctrl+Shift+P on Windows/Linux) and type MCP: Add Server. Select HTTP transport
Choose HTTP (HTTP or Server-Sent Events). Enter the server URL
Set the URL to https://app.spurtest.com/api/mcp. Name the server
Enter a server name — Spur is recommended. Authenticate
Complete the OAuth authorization flow. Your browser will open to authorize access to your Spur account.
ChatGPT
Open settings
Choose Settings from the drop-down menu. Navigate to Advanced Settings
Click Advanced Settings under the Apps tab. Enable developer mode
Toggle Developer mode on. Enter the MCP URL
Set the URL to https://app.spurtest.com/api/mcp. Authorize the Spur app
Complete the OAuth authorization flow. Confirm the new app
Verify the app was created successfully. Choose Spur in Connectors
Select Spur from the Connectors list. Start prompting
You’re all set — start using Spur through ChatGPT.