> For the complete documentation index, see [llms.txt](https://developers.make.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.make.com/mcp-server/connect-using-oauth.md).

# Connect using OAuth

You can connect Make MCP server to MCP clients using OAuth.&#x20;

OAuth is recommended due to its simple and secure setup, with a universal URL that eliminates the need to configure the URL with an MCP token.&#x20;

### Connection URL

To connect Make MCP server using OAuth, use this URL for Stateless HTTP Streamable:

```json
https://mcp.make.com
```

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

### Access control

While connecting Make MCP server with an MCP client, you will select the organization and granted scopes in the OAuth consent screen. Scopes determine the tools available to the MCP client.&#x20;

Consent screen example:

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

{% hint style="warning" %}
The `Run your scenarios` scope provides access to all **on-demand** and **active** scenarios within a specific organization.&#x20;

For more granular control, a [Teams plan](https://www.make.com/en/pricing) or higher allows you to limit scenario access to specific teams in your organization, as you can create user accounts that have access only to particular teams.
{% endhint %}

To complete the connection, refer to the Usage page of your MCP client (e.g., Usage with Cursor).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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