Skip to main content

MacOS

You can install Unblocked MCP in the Unblocked Mac app.
  1. Open the Unblocked Mac App
  2. Open up the top-right menu
  3. Select Install IDE Plugins
mac-app-install-ide-plugins
This will configure to use a local MCP server inside the Unblocked Mac app. The MCP server will use the login credentials from the Unblocked Mac app.

Linux and Windows

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.