Skip to main content
Unblocked MCP works with VS Code’s built-in MCP support, including GitHub Copilot agent mode.

Quick install (macOS)

Run the following command to install Unblocked MCP:
This will download the Unblocked CLI and configure your supported tools and agents automatically.
The install script is currently supported on macOS only. Windows and Linux users should use the manual install instructions below.

Manual install (macOS, Windows, Linux)

Add the remote Unblocked MCP server to VS Code:
  1. Select MCP: Add Server from the command palette
  2. Select HTTP as the server type
  3. Enter https://getunblocked.com/api/mcpsse as the server URL
  4. Name the server unblocked
Alternatively, add the server to your workspace’s .vscode/mcp.json file directly:
After saving, start the server from the MCP view or when prompted. VS Code will prompt you to authenticate with Unblocked via OAuth.
To share the server with your whole team, commit the .vscode/mcp.json file to your repository. Each user authenticates with their own Unblocked account.