Providers
Cursor
Cursor
Configure Cursor to connect to Rapid MCP
Steps
- Open Settings → Cursor Settings
- Select MCP
- Click Add new global MCP server
- Paste the configuration and save
Configuration JSON
{
"mcpServers": {
"RapidMCP": {
"url": "https://rapid-mcp.com/mcp/<serverId>/stream",
"headers": {
"Authorization": "Bearer XXXXX"
}
}
}
}