> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://platform.bctrl.ai/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://platform.bctrl.ai/_mcp/server.

# Connect Cursor to BCTRL MCP

> Add the BCTRL MCP server to Cursor for hosted cloud-browser automation.

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

```json
{
  "mcpServers": {
    "bctrl": {
      "url": "https://api.bctrl.ai/mcp"
    }
  }
}
```

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](/mcp/troubleshooting) if they do not.