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)

Click here 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:
{
  "mcpServers": {
    "server-name": {
      "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.