> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getunblocked.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Install: Other

You can install Unblocked MCP into other MCP clients through the following methods.

<Tip>
  The exact details for how you configure your MCP client can vary widely.  [Contact Us](https://getunblocked.com/dashboard?showIntercom=true) if you need help with this.
</Tip>

## Local MCP (macOS)

First, install the Unblocked CLI:

```bash theme={null}
curl -fsSL https://getunblocked.com/install.sh | bash
```

Then configure your MCP client with the following local MCP parameters:

* Method: `stdio`
* Command: `~/.unblocked/bin/unblocked`
* Arguments: `mcp --autoupdate`

<Tip>
  Replace `~` with the full path to your home directory if your MCP client does not support tilde expansion (e.g. `/Users/<username>/.unblocked/bin/unblocked`).
</Tip>

## Remote MCP

You can connect to the Unblocked MCP server remotely, without installing any local applications.

<Warning>
  Some MCP clients support connecting via the HTTP+SSE transport mechanism -- this may be listed as 'HTTP+SSE' or simply 'SSE'.

  HTTP+SSE has been deprecated in the MCP specification in favour of streamable HTTP and is not supported by Unblocked MCP. If your client provides an option for the transport mechanism, select 'HTTP'.
</Warning>

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

### Token-based

<Tabs>
  <Tab title="Personal Access Token">
    <Steps>
      <Step title="Create the API Token">
        In the [Unblocked web app](/using-unblocked/on-the-web), click on **Settings** --> **API Tokens**.

        In the **Personal API Tokens** section, click on **Create Token**.

        <img src="https://mintcdn.com/unblocked/GOUKpQ80cNM-eQYm/img/personal-token-1.png?fit=max&auto=format&n=GOUKpQ80cNM-eQYm&q=85&s=2f8370f6a500750697cebbc6cc13a5ff" alt="Personal Token[]" width="2880" height="1820" data-path="img/personal-token-1.png" />
      </Step>

      <Step title="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**.

        <img src="https://mintcdn.com/unblocked/GOUKpQ80cNM-eQYm/img/personal-token-2.png?fit=max&auto=format&n=GOUKpQ80cNM-eQYm&q=85&s=ccaead6818c7c04278e9285082a76b3d" alt="Personal Token[]" width="2880" height="1820" data-path="img/personal-token-2.png" />
      </Step>

      <Step title="Copy the API Token">
        Copy the resulting API token.

        <img src="https://mintcdn.com/unblocked/GOUKpQ80cNM-eQYm/img/personal-token-3.png?fit=max&auto=format&n=GOUKpQ80cNM-eQYm&q=85&s=8ae7b033588bccf513409ad3f6254c6d" alt="Personal Token[]" width="2880" height="1820" data-path="img/personal-token-3.png" />
      </Step>

      <Step title="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`

        <Tip>
          Be sure to replace `unb_token` with the token you generated above.
        </Tip>
      </Step>
    </Steps>
  </Tab>

  <Tab title="Team Access Token">
    <Warning>
      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.
    </Warning>

    <Steps>
      <Step title="Create the API Token">
        In the [Unblocked web app](/using-unblocked/on-the-web), click on **Settings** --> **API Tokens**.

        In the **Team API Tokens** section, click on **Create Token**.

        <img src="https://mintcdn.com/unblocked/UPT9O22gsEWNRiDD/img/team-token-1.png?fit=max&auto=format&n=UPT9O22gsEWNRiDD&q=85&s=6750d421f417fadac3731603312fc871" alt="Team Token[]" width="2880" height="1820" data-path="img/team-token-1.png" />
      </Step>

      <Step title="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**.

        <img src="https://mintcdn.com/unblocked/WrAe_ZzBHh_yDkhV/img/team-token-2.png?fit=max&auto=format&n=WrAe_ZzBHh_yDkhV&q=85&s=b67bd2f1736f215edc53401852eba6e8" alt="Team Token[]" width="2880" height="1820" data-path="img/team-token-2.png" />
      </Step>

      <Step title="Copy the API Token">
        Copy the resulting API token.

        <img src="https://mintcdn.com/unblocked/WrAe_ZzBHh_yDkhV/img/team-token-3.png?fit=max&auto=format&n=WrAe_ZzBHh_yDkhV&q=85&s=8553ab50e62f41cc68f7d0b6ab9d59d5" alt="Team Token[]" width="2880" height="1820" data-path="img/team-token-3.png" />
      </Step>

      <Step title="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`

        <Tip>
          Be sure to replace `unb_token` with the token you generated above.
        </Tip>
      </Step>
    </Steps>
  </Tab>
</Tabs>
