> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getunblocked.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Install: Cursor

## Quick install (macOS)

Run the following command to install Unblocked MCP:

```bash theme={null} theme={null} theme={null} theme={null} theme={null} theme={null} theme={null} theme={null} theme={null} theme={null} theme={null} theme={null} theme={null}
curl -fsSL https://getunblocked.com/install-mcp.sh | bash
```

This will download the Unblocked CLI and configure your supported tools and agents automatically.

<Note>
  The install script is currently supported on macOS only. Windows and Linux users should use the manual install instructions below.
</Note>

## Manual install (macOS, Windows, Linux)

[Click here](cursor://anysphere.cursor-deeplink/mcp/install?name=unblocked\&config=eyJ1cmwiOiJodHRwczovL2dldHVuYmxvY2tlZC5jb20vYXBpL21jcHNzZSJ9) to install Unblocked MCP into Cursor.  This will add the remote Unblocked MCP server to Cursor.  Cursor will prompt you to authenticate with Unblocked via OAuth.

Alternatively, you can install Unblocked MCP inside Cursor:

1. Select **View: Open MCP Settings** from the command palette
2. Click on **Add Custom MCP**.  Cursor will open the MCP configuration file
3. Edit the file to add the Unblocked MCP server:

```json theme={null}
{
  "mcpServers": {
    "unblocked": {
      "url": "https://getunblocked.com/api/mcpsse"
    }
  }
}
```

After saving this file, the MCP server should appear with a **Connect** button.  Click on this button to authenticate with Unblocked.
