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.
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.

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)

This connection method uses an API token that gives access to every document in your Unblocked team’s data sources. If your team has connected sensitive data, such as private Slack channels, the MCP tools will potentially return this data in its queries.A future version of MCP for Unblocked will allow specifying which data sources the MCP tools will be given access to.
1

Create the API Token

In the Unblocked web app, click on Settings —> API Tokens.Click on Create Token, fill out the token name, and click the Create Token button.MCP Token[]
2

Copy the API Token

Copy the resulting API token.MCP Token[]
3

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.
I