Connect Cursor to BCTRL MCP

View as Markdown

Add BCTRL to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project). Remote servers use a bare url:

1{
2 "mcpServers": {
3 "bctrl": {
4 "url": "https://api.bctrl.ai/mcp"
5 }
6 }
7}

Or open Cursor Settings → Tools & MCP → Add Custom MCP. Cursor performs the OAuth flow natively — a browser opens on first connect, so no bridge is needed.

The bctrl server and its tools appear under Tools & MCP once approved. See Troubleshooting if they do not.