# Usage with OpenAI

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

### Prerequisites

* OpenAI Platform account
* [MCP token](/mcp-server/connect-using-mcp-token.md)

### Connect to OpenAI&#x20;

To connect Make MCP server to OpenAI:

1. In OpenAI's Playground, sign in to your OpenAI account.&#x20;
2. Navigate to **Prompts**.&#x20;
3. In **Tools**, click the **+** button.
4. Select **MCP Server**.&#x20;
5. In the dialog, click **Add new** to display the form below.&#x20;

<figure><img src="/files/6pzJm41NZB90ztYcJhMV" alt="" width="376"><figcaption></figcaption></figure>

6. In **URL**, add the following URL:

```
https://<MAKE_ZONE>/mcp/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 %}

7. Replace `<MAKE_ZONE>` with your actual values.

* `MAKE_ZONE` - The zone your organization is hosted in (e.g., `eu2.make.com`).

8. In **Label**, name your Make MCP server.
9. In **Authentication**, select **Access token / API key**. &#x20;
10. Add your MCP token to the field that requires an access token.&#x20;
11. Click **Connect**.&#x20;

You've now connected Make MCP server to OpenAI.&#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/usage-with-openai.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.
