# Usage with ChatGPT

This guide outlines how to connect Make MCP server with ChatGPT using an MCP token.

### Prerequisites

* ChatGPT account (paid subscription)
* [MCP token](/mcp-server/connect-using-mcp-token.md)

### Connect to ChatGPT

To connect Make MCP server to ChatGPT:

1. Open the web version of ChatGPT.
2. Click on your profile name on the left sidebar.

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

3. Click **Settings** to open the settings dialog.&#x20;
4. Navigate to the **Connectors** section, then to **Advanced settings**.

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

4. In **Advanced settings**, enable **Developer mode**.
5. Return to **Connectors**, and click the **Create** button that is now visible in the top-right corner.
6. In the **New Connector** dialog, name your MCP server.&#x20;
7. In the **MCP Server URL** field, add the following URL:

```
https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless
```

{% hint style="success" %}
If you experience connection issues, you can add  `/stream`  instead of `/stateless` to the end of your connection URL. For SSE, add  `/sse`  instead.&#x20;
{% endhint %}

9. Replace `<MAKE_ZONE>` and `<MCP_TOKEN>` with your actual values.

* `MAKE_ZONE` - The zone your organization is hosted in (e.g., `eu2.make.com`).
* `MCP_TOKEN` - You can generate your MCP API token in your Make profile.

9. In the **Authentication** dropdown, select **No authentication**.&#x20;
10. Select the **I trust this application** checkbo&#x78;**.**&#x20;
11. Click the **Create** button.

You have now connected Make MCP server to ChatGPT. In **Connectors**, you can click on it to expand its details and select which tools ChatGPT can use.&#x20;

### Enable in chat

After adding Make MCP server, you can enable it in the chat:

1. Open a new chat in ChatGPT.&#x20;
2. In the left-hand corner of the message bar, click the + sign to open a dropdown.&#x20;
3. Click **More**, then **Developer Mode**.&#x20;

<figure><img src="/files/ncIszydGFJJ1OoKXOwPB" alt="" width="263"><figcaption></figcaption></figure>

4. Click **Add sources**.
5. Enable Make MCP server.&#x20;

<figure><img src="/files/PT2VwDNdnNePPCXWSe9M" alt=""><figcaption></figcaption></figure>


---

# 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/usage-with-chatgpt.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.
