Skip to main content
You can install Unblocked MCP into other MCP clients through the following methods.
The exact details for how you configure your MCP client can vary widely. Contact Us if you need help with this.

Local MCP

If you have the Unblocked Mac App installed, you can run the MCP server inside of it with the folowing local MCP parameters:
  • Method: stdio
  • Command: node or /Users/<username>/.unblocked/agent/node/bin/node
  • Arguments: /Applications/Unblocked.app/Contents/Resources/mcp/server.js
Be sure to replace <username> with your MacOS account name.

Remote MCP (OAuth)

You can install Unblocked MCP via OAuth at the following URL:
https://getunblocked.com/api/mcpsse
The MCP client will authenticate with Unblocked via OAuth.

Remote MCP (Token-based)

1

Create the API Token

In the Unblocked web app, click on Settings —> API Tokens.In the Personal API Tokens section, click on Create Token.Personal Token[]
2

Configure the API Token

Fill out the token name. You can also limit the data sources that the token will have access to in the list under Data Sources.Personal Token[]
3

Copy the API Token

Copy the resulting API token.Personal Token[]
4

Install Unblocked MCP

You can install the tools into your MCP client with the following parameters:
  • URL: https://getunblocked.com/api/mcpsse
  • Header: Authorization: Bearer unb_token
Be sure to replace unb_token with the token you generated above.