> ## 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: Codex

## Quick install (macOS)

Run the following command to install Unblocked MCP:

```bash 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)

You can connect Codex to remote Unblocked MCP with the following command:

```bash theme={null}
codex mcp add unblocked --url https://getunblocked.com/api/mcpsse
```

After adding the server, log in to Unblocked via OAuth:

```bash theme={null}
codex mcp login unblocked
```

Codex will launch a browser to authenticate with Unblocked.

Alternatively, you can add the server manually by editing the config file:

* **macOS / Linux:** `~/.codex/config.toml`
* **Windows:** `%USERPROFILE%\.codex\config.toml`

```toml theme={null}
[mcp_servers.unblocked]
url = "https://getunblocked.com/api/mcpsse"
```
