Connect using OAuth
You can connect Make MCP server to MCP clients using OAuth. OAuth is recommended due to its simple and secure setup. Its single universal URL eliminates the need to configure the URL with an MCP token.
Connection URL
To connect Make MCP server using OAuth, use this URL:
https://mcp.make.com/sse
For Streamable HTTP, use /stream
instead of /sse
at the end of your connection URL.
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.
Consent screen example:

The Run your scenarios
scope provides access to all on-demand and active scenarios within a specific organization. For more granular control, a Teams plan allows you to limit access to scenarios within specific teams in your organization.
To complete the connection, refer to the Usage page of your MCP client (e.g., Usage with Cursor).
Last updated