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 install the tools into Windsurf by selecting Windsurf: MCP Marketplace in the command palette, and clicking on the cog icon, or by editing the ~/.codeium/windsurf/mcp_config.json file:
{
  "mcpServers": {
    "unblocked": {
      "serverUrl": "https://getunblocked.com/api/mcpsse"
    }
  }
}
After saving the file Windsurf will prompt you to authenticate with Unblocked via OAuth.
Windsurf added support for OAuth authentication in version 1.12.35 on November 21, 2025. Older versions may not work correctly.