Skip to main content

Install Script (macOS)

Run the following command to install Unblocked MCP:
curl -fsSL https://getunblocked.com/install-mcp.sh | bash
This will download the Unblocked CLI and configure your installed IDEs and agents automatically.
The install script is currently supported on macOS only. Linux and Windows users should use the Remote MCP method below.

Remote MCP (All Platforms)

You can connect Codex to remote Unblocked MCP with the following command:
codex mcp add unblocked --url https://getunblocked.com/api/mcpsse
After adding the server, log in to Unblocked via OAuth:
codex mcp login unblocked
Codex will launch a browser to authenticate with Unblocked. Alternatively, you can add the server manually by editing ~/.codex/config.toml:
[mcp_servers.unblocked]
url = "https://getunblocked.com/api/mcpsse"