# Connect using MCP token

You can connect Make MCP server to a client using an MCP token in the connection URL. An MCP token is an API token that you create in Make for adding Make MCP server to an MCP client.&#x20;

### Obtain MCP token&#x20;

To obtain an MCP token:

1. In the top-right corner of your Make account, click your name.
2. Click **Profile**.&#x20;
3. Navigate to the **API access** tab.&#x20;
4. In **Tokens**, click **Add token**, which opens a dialog.

<figure><img src="/files/N3oJPWl5nKbcRFnfLoys" alt="" width="375"><figcaption></figcaption></figure>

5. Select your desired scopes, including the `mcp:use` scope if you want to make your scenarios available as tools.
6. In **Label**, name your API token.&#x20;
7. Click **Add**.

You have now generated an MCP token for your MCP client. Include this token in the connection URL. To complete the connection, refer to the Usage page of your MCP client (e.g., Usage with Cursor).

{% hint style="danger" %}
An MCP token is a secret key. Treat it as sensitive information and share it only with trusted parties.
{% endhint %}

### Access control&#x20;

To control which scenarios are available as tools through your MCP token, see [Scenarios as tools access control](/mcp-server/connect-using-mcp-token/scenarios-as-tools-access-control.md).&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.make.com/mcp-server/connect-using-mcp-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
