> 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. Its universal URL 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

When you connect Make MCP server with an MCP client, you 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 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. For example, [Usage with Claude](https://developers.make.com/mcp-server/connect-using-oauth/usage-with-claude).


---

# 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
