Only this pageAll pages
Powered by GitBook
1 of 19

MCP Server

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Connect using OAuth

You can connect Make MCP server to MCP clients using OAuth.

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.

Connection URL

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

https://mcp.make.com

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.

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

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

Teams plan

Usage with Claude

This guide outlines how to connect Make MCP server to Claude using OAuth.

Prerequisites

  • Claude account

Connect to Claude

Make is a built-in connector on Claude. To connect Make MCP server to Claude:

  1. Open your Claude account.

  2. Click your profile name on the left sidebar, then Settings.

  3. Go to Connectors.

  4. Click Browse connectors.

  5. Search for Make and click the plus sign.

  6. In the OAuth consent screen, select an organization in Organization and its granted scopes.

  7. Click Allow to proceed.

You've now connected Make MCP server to Claude.

Usage with Cursor

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

  • Cursor account (Desktop version)

To connect Make MCP server to Cursor:

Usage with Claude Desktop

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

  • Claude Desktop account (Pro plan)

To connect Make MCP server to Claude Desktop:

Usage with Claude Code

This guide outlines how to connect Make MCP server to Claude Code using OAuth.

To connect Make MCP server to Claude Code:

Usage with Mistral AI

This guide outlines how to connect Make MCP server to Mistral AI's Le Chat using OAuth.

  • Mistral AI account

To connect Make MCP server to Mistral AI:

  1. Open Mistral AI and go to Le Chat.

Usage with Windsurf

This guide outlines how to connect Make MCP server to Windsurf using OAuth.

To connect Make MCP server to Windsurf:

Usage with OpenAI API

This guide outlines how to connect Make MCP server to the OpenAI API.

To connect Make MCP server to the OpenAI API:

  1. Configure your API call with the following:

Connect using MCP token

You can connect Make MCP server to a client using an MCP token in the connection URL. An MCP token is an API token that you create in Make for adding Make MCP server to an MCP client.

To obtain an MCP token:

  1. In the top-right corner of your Make account, click your name.

  2. Click Profile.

Usage with Warp

This guide outlines how to connect Make MCP server to Warp using OAuth.

To connect Make MCP server to Warp:

  1. In Warp Drive, go to MCP Servers under Personal.

Usage with OpenAI

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

  • OpenAI Platform account

To connect Make MCP server to OpenAI:

Replace <MAKE_ZONE> with your actual values.

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

You've now connected Make MCP server to the OpenAI API.

Prerequisites

Connect to OpenAI API

If you experience connection issues, you can add /stream instead of /stateless to the end of your connection URL. For SSE, add /sse instead.

MCP token
Open your Cursor account.
  • On the upper right-hand side, click the gear icon to open the Cursor Settings dialog.

  • In the left sidebar, click Tools & Integrations (or Tools, if you're on the Free Plan).

  • Under MCP Tools, click Add Custom MCP to open the editor for the mcp.json file.

  • In the editor, add the configuration.

  • Use the following URL, with your zone embedded in the URL:

    Configuration example:

    1. 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 token in your Make profile.

    You've now connected Make MCP server to Cursor.

    Prerequisites

    Connect to Cursor

    MCP token

    If you experience connection issues, you can add /stream instead of /stateless to the end of your connection URL. For SSE, add /sse instead.

    Open your Claude Desktop account.
  • Click your profile name on the left sidebar, then Settings.

  • In Settings, navigate to Connectors.

  • Click Add custom connector, which opens a dialog.

  • In the URL field, add the following URL:

    1. 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 token in your Make profile.

    1. Click Add.

    You've now connected Make MCP server to Claude Desktop.

    Prerequisites

    Connect to Claude Desktop

    MCP token

    If you experience connection issues, you can add /stream instead of /stateless to the end of your connection URL. For SSE, add /sse instead.

    In your terminal, open a new tab.
  • Run the following command, depending on your transport method:

  • Streamable HTTP

    Server-Sent Events (SSE)

    1. Run the command Claude.

    2. Run /mcp to connect to available MCP servers.

    3. In the OAuth consent screen in the new browser window, select your organization and scopes.

    4. The response in the CLI indicates whether your Make server connected successfully.

    You have now connected Make MCP server to Claude Code.

    You can call Make MCP tools in the Claude CLI:

    1. Enter a question related to your connected Make MCP tools.

    2. When asked if you want to proceed, select Yes.

    Claude Code calls the relevant tool and responds to your question.

    Prerequisites

    Connect to Claude Code

    Claude Code
    Node.js

    If you experience connection issues, you can add /stateless or /stream to the end of the connection URL.

    Call tools on Claude Code

    Click Intelligence in the left sidebar and select Connectors.
  • Click Add Connector on the right side.

  • Go to the Custom MCP Connector tab.

  • In Connector Name, name your MCP server to identify it later, for example, "Make."

  • In Connector Server, add the following URL:

    1. In Authentication Method, select OAuth2.1 from the dropdown.

    2. Click Connect.

    3. In the OAuth consent screen, select the organization in Organization and its granted scopes.

    4. Click Allow to proceed.

    You've now connected Make MCP server to Mistral AI.

    To use it in a chat, click your Make MCP server in the Connectors section, then click New Chat.

    Prerequisites

    Connect to Mistral AI

    If you experience connection issues, you can add /stateless or /stream to the end of your connection URL. For SSE, add /sse instead.

    Click Add.

  • Enter the following configuration:

    1. Click Save and wait for Make MCP server to connect.

    2. In the OAuth consent screen, select your organization and scopes, then click Allow.

    You've now connected Make MCP server to Warp.

    To call Make MCP tools in the Warp terminal:

    1. Enter a question related to your connected Make MCP tools.

    2. When asked for permission to call a specific MCP tool, click Run.

    Warp calls the relevant tool and responds to your question.

    Prerequisites

    Connect to Warp

    Warp

    If you experience connection issues, you can add /stateless or /stream to the end of your connection URL. For SSE, add /sse instead.

    Call tools on Warp

    curl https://api.openai.com/v1/responses \
      -H "Content-Type: application/json" \
      -H "Authorization: Bearer $OPENAI_API_KEY" \
      -d '{
      "model": "gpt-4.1",
      "input": "List all available tools.",
      "tools": [
        {
          "type": "mcp",
          "server_label": "make",
          "server_url": "https://<MAKE_ZONE>/mcp/stateless",
          }
        ]
      }'
    https://<MAKE_ZONE>/mcp/stateless
    {
      "mcpServers": {
        "make": {
          "url": "https://<MAKE_ZONE>/mcp/stateless",
          "headers": {
            "Authorization": "Bearer ${env:MCP_TOKEN}"
        }
      }
    }
    https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless
    claude mcp add --transport http make https://mcp.make.com
    claude mcp add --transport sse make https://mcp.make.com/sse
    https://mcp.make.com
    {
      "make": {
        "url": "https://mcp.make.com"}
      }
    In Windsurf, click the Settings icon in the top-right corner, and select Windsurf Settings.
  • In Cascade, click the Open MCP Marketplace link next to MCP Servers.

  • In Installed MCPs, click the Settings icon to open the mcp.config.json configuration file.

  • Add the following configuration:

    1. Enter Ctrl + S (Windows) or Cmd + S (Mac) to save. The OAuth consent screen opens in a new browser window.

    2. In the consent screen, select your organization and scopes, then click Allow.

    3. Return to the Installed MCPs section to check whether Make MCP server connected successfully.

    You have now connected Make MCP server to Windsurf.

    You can call Make MCP tools in the chat:

    1. Click the Toggle Cascade Side Bar icon in the top-right corner, or enter Ctrl+Alt+B (Windows) or Cmd+Option+B (Mac).

    2. Enter a question related to your connected Make MCP tools.

    Windsurf calls the relevant tool and responds to your question.

    Prerequisites

    Connect to Windsurf

    Windsurf
    Node.js
    {
      "mcpServers": {
        "make": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://mcp.make.com"
          ]
        }
      }
    }

    If you experience connection issues, you can add /stateless or /stream to the end of the connection URL.

    Call tools on Windsurf

    Navigate to the API access tab.
  • In Tokens, click Add token, which opens a dialog.

    1. Select your desired scopes, including the mcp:use scope if you want to make your scenarios available as tools.

    2. In Label, name your API token.

    3. Click Add.

    You have now generated an MCP token for your MCP client. Include this token in the connection URL. To complete the connection, refer to the Usage page of your MCP client (e.g., Usage with Cursor).

    To control which scenarios are available as tools through your MCP token, see Scenarios as tools access control.

    Obtain MCP token

    An MCP token is a secret key. Treat it as sensitive information and share it only with trusted parties.

    Access control

    In OpenAI's Playground, sign in to your OpenAI account.
  • Navigate to Prompts.

  • In Tools, click the + button.

  • Select MCP Server.

  • In the dialog, click Add new to display the form below.

    1. In URL, add the following URL:

    1. Replace <MAKE_ZONE> with your actual values.

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

    1. In Label, name your Make MCP server.

    2. In Authentication, select Access token / API key.

    3. Add your MCP token to the field that requires an access token.

    4. Click Connect.

    You've now connected Make MCP server to OpenAI.

    Prerequisites

    Connect to OpenAI

    MCP token
    https://<MAKE_ZONE>/mcp/stateless

    If you experience connection issues, you can add /stream instead of /stateless to the end of your connection URL. For SSE, add /sse instead.

    Make MCP Server

    Make MCP server allows AI systems, such as large language models (LLMs), to run scenarios and manage the contents of your Make account. Model Context Protocol (MCP) is a communication standard between AI and external systems. It enables safe interactions by defining endpoints and providing authentication.

    Benefits

    • Creates bidirectional communication between AI and Make

    • Allows AI to access and manage elements of your Make account

    • Turns your active and on-demand scenarios into callable tools for AI

    AI systems like Claude and ChatGPT act as MCP clients of Make MCP server. The server provides them access to scenario run and management tools that enable the following actions:

    • Run active and on-demand scenarios

    • View and modify scenarios and their related entities (e.g., connections, webhooks, and data stores)

    • View and modify teams and organizations

    When you connect Make MCP server to an MCP client, your selected scopes determine the callable tools available on the server.

    Scenario inputs and outputs

    When using scenarios as MCP tools, define scenario to help AI understand what data to receive and send:

    • Inputs: parameters that AI fills with data when the scenario runs

    • Outputs: data returned from the scenario to your AI

    Make MCP server is a cloud-based server hosted by Make, running via Streamable HTTP and Server-Sent Events (SSE).

    Stateless Streamable HTTP is Make's default transport method due to its connection reliability. It is recommended when connecting to MCP clients that support Streamable HTTP.

    Use the following connection URLs, depending on your connection type:

    If your MCP client supports Streamable HTTP, you can use /stream at the end of the connection URL specified for your chosen connection type ( or ).

    If your MCP client supports SSE, use the following connection URLs, depending on your connection type:

    If your MCP client does not support SSE, use the Cloudflare mcp-remote proxy for compatibility. Refer to for more details.

    Calls from MCP clients to tools on Make MCP server have timeout limits for returning output. Timeouts vary depending on the tool type called and the authorization and transport method used.

    • https://mcp.make.com (OAuth): 25 seconds

    • https://<MAKE_ZONE>/mcp/<TRANSPORT> (MCP token): 40 seconds

    Retrieve outputs after timeout

    Even after a scenario run tool call times out, the called scenario continues running in Make for up to 40 minutes, and you can retrieve the output after the scenario finishes its run.

    The call returns a timeout response that includes the executionId , which the MCP client can use to retrieve the output, once ready, with the corresponding tool.

    Example response:

    • https://mcp.make.com (OAuth): 30 seconds

    • https://<MAKE_ZONE>/mcp/<TRANSPORT> (MCP token, direct OAuth):

      • Stateless Streamable HTTP (/stateless) transport: 60 seconds

    Usage with ChatGPT

    This guide outlines how to connect Make MCP server to ChatGPT using OAuth.

    Prerequisites

    • ChatGPT account (paid subscription)

    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.

    1. Click Settings to open the settings dialog.

    2. Navigate to the Connectors section, then to Advanced settings.

    1. In Advanced settings, enable Developer mode.

    2. Return to Connectors, and click the Create button that is now visible.

    3. In the New Connector dialog, name your MCP server.

    1. In the Authentication dropdown, select OAuth.

    2. Select the I trust this application checkbox.

    3. 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.

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

    1. Open a new chat in ChatGPT.

    2. In the left-hand corner of the message bar, click the + sign to open a dropdown.

    3. Click More, then Developer Mode.

    1. Click Add sources.

    2. Enable Make MCP server.

    You have now enabled Make MCP server in the chat, allowing ChatGPT to use Make tools when interacting with you.

    Scenarios as tools access control

    By default, the mcp:use scope of your MCP token allows AI systems to access all active and on-demand scenarios across all of your Make organizations. If you want to restrict access, append query parameters to the connection URL according to these levels:

    • Organization

    • Team

    • Scenario

    Scenarios must be active with on-demand scheduling to be discoverable as MCP tools.

    https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless?organizationId=<id>

    The AI system can access all scenarios in any team within the specified organization.

    https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless?teamId=<id>

    The AI system can access all scenarios within the specified team.

    https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless?scenarioId=<id>

    The AI system can only access the specified scenario.

    Usage with Cursor

    This guide outlines how to connect Make MCP server to Cursor using OAuth.

    Prerequisites

    • Cursor account (Desktop version)

    Connect to Cursor

    To connect Make MCP server to Cursor:

    1. Open your Cursor account.

    2. On the upper right-hand side, click the gear icon to open the Cursor Settings dialog.

    3. In the left sidebar, click Tools & Integrations (or Tools, if you're on the Free Plan).

    4. Under MCP Tools, click Add Custom MCP to open the editor for the mcp.json file.

    1. In the editor, add the configuration.

    Use the following URL:

    Configuration example:

    1. In MCP Tools, you'll see Make added as an MCP tool. Click Needs login.

    1. In the dialog, click Open, which opens an OAuth consent screen.

    2. In the Organization dropdown, select the organization that can access the server.

    3. Select its granted scopes.

    You have now connected Make MCP server to Cursor.

    Usage with Gemini CLI

    This guide outlines how to connect Make MCP server to Gemini CLI using OAuth.

    Prerequisites

    • Gemini CLI

    • Node.js

    Connect to Gemini CLI

    To connect Make MCP server to Gemini CLI:

    1. In your terminal, run the following command, depending on your transport method:

    Streamable HTTP

    Server-Sent Events (SSE)

    1. Run the Gemini command to start Gemini.

    2. Run /mcp list to check if Make is among your configured MCP servers.

    3. Run /mcp auth make to initiate authentication.

    You have now connected Make MCP server to Gemini CLI.

    You can call Make MCP tools in Gemini CLI:

    1. Enter a question related to your connected Make MCP tools.

    2. Grant permission for the suggested tool.

    Gemini CLI calls the relevant tool and responds to your question.

    Usage with Vapi

    This guide outlines how to connect Make MCP server to Vapi.

    Prerequisites

    • Vapi account

    • MCP token

    Connect to Vapi

    To connect Make MCP server to Vapi:

    1. Open your Vapi account.

    2. Navigate to Tools on the left sidebar.

    3. Click the Create Tool button, then select MCP.

    4. Configure the tool name and describe when to use the tool.

    5. In Server URL, add the following URL:

    1. 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 token in your Make profile.

    Optionally, to control which scenarios are available as tools, you can further configure the URL according to the levels outlined in.

    1. In Timeout, enter an appropriate timeout for your use case.

    2. In MCP Settings, select Streamable HTTP or Server-Sent Events (SSE).

    3. Click Save.

    You've now connected Make MCP server to Vapi.

    Usage with Kiro

    This guide outlines how to connect Make MCP server to Kiro using OAuth.

    Prerequisites

    • Kiro

    Connect to Kiro

    To connect Make MCP server to Kiro:

    1. In Kiro, click the ghost icon on the left sidebar.

    1. Hover over the MCP servers section and click the Open MCP Config icon.

    2. In the mcp.json configuration, add the following:

    1. Enter Ctrl + S (Windows) or Cmd + S (Mac) to save. The OAuth consent screen opens in a new browser window.

    2. In the consent screen, select your organization and scopes, then click Allow.

    You have now connected Make MCP server to Kiro.

    You can call Make MCP tools in the chat:

    1. To open the chat, enter Ctrl + L (Windows) or Cmd + L (Mac).

    2. Enter a question related to your connected Make MCP tools.

    Kiro calls the relevant tool and responds to your question.

    Usage with ChatGPT

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

    • ChatGPT account (paid subscription)

    To connect Make MCP server to ChatGPT:

    The following applies only to scenario tools, and excludes management tools and other tool types.

    Organization level

    Team level

    Scenario level

    If you experience connection issues, you can add /stream instead of /stateless in the connection URL. For SSE, add /sse instead.

    You can also specify multiple values for each of the entities above using the following syntax: ?scenarioId[]=<id1>&scenarioId[]=<id2>

    You can't combine multiple levels, as levels are mutually exclusive.

    In the MCP Server URL field, add the following URL:
    In the OAuth consent screen, select your organization and its granted scopes.
  • Click Allow.

  • If you experience connection issues, you can add /stateless or /stream to the end of your connection URL. For SSE, add /sse instead.

    Enable in chat

    Click Allow, then Open Cursor.
  • Click Open to allow the extension to open the URI.

  • If you experience connection issues, you can add /stateless or /stream to the end of your connection URL. For SSE, add /sse instead.

    In the OAuth consent screen, select your organization and scopes, then click Allow.

    If you experience connection issues, you can add /stateless or /stream to the end of your connection URL.

    Call tools on Gemini CLI

    If you experience connection issues, you can add /stream instead of /stateless to the end of your connection URL. For SSE, add /sse instead.

    MCP tool calls from Vapi Assistants may exceed Make API rate limits, resulting in rate limit errors. Check your Make API rate limit, as defined in your plan, in Make API rate limits.

    scenarios as tools access control
    Return to the MCP servers section to check whether Make MCP server connected successfully.
    When asked for permission to call a specific MCP tool, click Accept.

    If you experience connection issues, you can add /stateless or /stream to the end of the connection URL. For SSE, add /sse instead.

    Call tools on Kiro

    https://mcp.make.com
    https://mcp.make.com
    {
      "mcpServers": {
        "make": {
          "url": "https://mcp.make.com"
        }
      }
    }
    gemini mcp add make --scope user --transport http https://mcp.make.com
    gemini mcp add make --scope user --transport sse https://mcp.make.com/sse
    https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless
    {
      "mcpServers": {
        "make": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://mcp.make.com"
          ]
        }
      }
    }
  • SSE (/sse) and Streamable HTTP (/stream) transports: 5 minutes, 20 seconds

  • {
    	instruction: 'The Tool execution has started, but did not complete yet. Use a corresponding Tool for getting Execution Results to check for the result asynchronously.',
    	executionId: '4eb841b3fe3d48a5b2b59e2eed3f55be',
    	scenarioId: 1,
    },

    How Make MCP server works

    Scenario run (Run your scenarios) tools are available to all plans, and management (View and modify...) tools are available to paid plans.

    Detailed scenario descriptions are strongly recommended. They help your AI understand the purpose of the scenario and improve the reliability of your prompts.

    Available transport methods

    Clients with Stateless Streamable HTTP support

    OAuth
    https://mcp.make.com
    MCP token
    https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless

    In the above configuration, 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 token in your Make profile.

    Optionally, you can append the following advanced query parameters to the URL for a more customized experience:

    • ?maxToolNameLength=<length> - By default, generated tool names are cropped to a maximum of 56 characters to ensure compatibility with most AI systems. You can customize this behavior by specifying the maximum generated tool name length using this parameter. The allowed range is 32 to 160 characters.

    Authorization in headers support

    If your client supports sending authorization in HTTP headers, you can use the following URL:

    Specify the MCP token in the Authorization header as follows:

    Clients with Streamable HTTP support

    Clients with Server-Sent Events (SSE) support

    OAuth
    https://mcp.make.com/sse
    MCP token
    https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/sse

    In the above configuration, 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 token in your Make profile.

    Optionally, you can append the following advanced query parameters to the URL for a more customized experience:

    • ?maxToolNameLength=<length> - By default, generated tool names are cropped to a maximum of 56 characters to ensure compatibility with most AI systems. You can customize this behavior by specifying the maximum generated tool name length using this parameter. The allowed range is 32 to 160 characters.

    Authorization in headers support

    If your client supports sending authorization in HTTP headers, you can use the following URL:

    Specify the MCP token in the Authorization header as follows:

    Clients without SSE support

    OAuth

    Configuration example:

    {
      "mcpServers": {
        "make": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://mcp.make.com/sse"
          ]
        }
      }
    }
    MCP token

    Configuration example:

    {
      "mcpServers": {
        "make": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/sse"
          ]
        }
      }
    }

    Timeouts for tool calls

    Scenario run tool timeout limits

    Select the scenarios:read scope to enable MCP clients to retrieve outputs after timeout once a scenario run finishes.

    Management tool timeout limits

    Management tool calls are typically fast and rarely time out. If you still experience timeouts when using https://mcp.make.com, switch to a https://<MAKE_ZONE>/mcp/<TRANSPORT> URL for longer timeouts.

    inputs and outputs
    OAuth
    MCP token
    Cloudflare's MCP Remote Proxy Guide
    Open the web version of ChatGPT.
  • Click on your profile name on the left sidebar.

    1. Click Settings to open the settings dialog.

    2. Navigate to the Connectors section, then to Advanced settings.

    1. In Advanced settings, enable Developer mode.

    2. Return to Connectors, and click the Create button that is now visible in the top-right corner.

    3. In the New Connector dialog, name your MCP server.

    4. In the MCP Server URL field, add the following URL:

    1. 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.

    1. In the Authentication dropdown, select No authentication.

    2. Select the I trust this application checkbox.

    3. 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.

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

    1. Open a new chat in ChatGPT.

    2. In the left-hand corner of the message bar, click the + sign to open a dropdown.

    3. Click More, then Developer Mode.

    1. Click Add sources.

    2. Enable Make MCP server.

    Prerequisites

    Connect to ChatGPT

    MCP token
    https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless

    If you experience connection issues, you can add /stream instead of /stateless to the end of your connection URL. For SSE, add /sse instead.

    Enable in chat

    https://<MAKE_ZONE>/mcp/stateless
    Authorization: Bearer <MCP_TOKEN>
    https://<MAKE_ZONE>/mcp/sse
    Authorization: Bearer <MCP_TOKEN>

    To control which scenarios are available as tools through your MCP token, see .

    To control which scenarios are available as tools through your MCP token, see .

    Scenarios as tools access control
    Scenarios as tools access control