arrow-left

Only this pageAll pages
gitbookPowered 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.

hashtag
Connection URL

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

https://mcp.make.com
circle-check

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.

hashtag
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:

circle-exclamation

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

Usage with Cursor

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

hashtag
Prerequisites

  • Cursor account (Desktop version)

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

  1. In the editor, add the configuration.

Use the following URL:

Configuration example:

circle-check

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

  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.

Under MCP Tools, click Add Custom MCP to open the editor for the mcp.json file.
Click Allow, then Open Cursor.
  • Click Open to allow the extension to open the URI.

  • https://mcp.make.com
    {
      "mcpServers": {
        "make": {
          "url": "https://mcp.make.com"
        }
      }
    }
    Teams planarrow-up-right

    Usage with Mistral AI

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

    hashtag
    Prerequisites

    • Mistral AI account

    hashtag
    Connect to Mistral AI

    To connect Make MCP server to Mistral AI:

    1. Open Mistral AI and go to Le Chat.

    2. Click Intelligence in the left sidebar and select Connectors.

    3. Click Add Connector on the right side.

    circle-check

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

    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.

    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.

    Usage with Claude Code

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

    hashtag
    Prerequisites

    • Claude Code arrow-up-right

    hashtag
    Connect to Claude Code

    To connect Make MCP server to Claude Code:

    1. In your terminal, open a new tab.

    2. Run the following command, depending on your transport method:

    Streamable HTTP

    circle-check

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

    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.

    You have now connected Make MCP server to Claude Code.

    hashtag
    Call tools on 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.

    Usage with Kiro

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

    hashtag
    Prerequisites

    • Kiroarrow-up-right

    hashtag
    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:

    circle-check

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

    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.

    hashtag
    Call tools on 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 Gemini CLI

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

    hashtag
    Prerequisites

    • Gemini CLIarrow-up-right

    hashtag
    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

    circle-check

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

    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.

    hashtag
    Call tools on 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 OpenAI API

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

    hashtag
    Prerequisites

    • MCP token

    hashtag
    Connect to OpenAI API

    To connect Make MCP server to the OpenAI API:

    1. Configure your API call with the following:

    circle-check

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

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

    Usage with Claude Desktop

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

    hashtag
    Prerequisites

    • Claude Desktop account (Pro plan)

    hashtag
    Connect to Claude Desktop

    To connect Make MCP server to Claude Desktop:

    1. Open your Claude Desktop account.

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

    3. In Settings, navigate to Connectors.

    circle-check

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

    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.

    Usage with Windsurf

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

    hashtag
    Prerequisites

    • Windsurfarrow-up-right

    hashtag
    Connect to Windsurf

    To connect Make MCP server to Windsurf:

    1. In Windsurf, click the Settings icon in the top-right corner, and select Windsurf Settings.

    2. In Cascade, click the Open MCP Marketplace link next to MCP Servers.

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

    circle-check

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

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

    hashtag
    Call tools on 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.

    Usage with OpenAI

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

    hashtag
    Prerequisites

    • OpenAI Platform account

    hashtag
    Connect to OpenAI

    To connect Make MCP server to OpenAI:

    1. In OpenAI's Playground, sign in to your OpenAI account.

    2. Navigate to Prompts.

    3. In Tools, click the + button.

    1. In URL, add the following URL:

    circle-check

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

    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.

    You've now connected Make MCP server to OpenAI.

    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

    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.

    hashtag
    Obtain MCP token

    To obtain an MCP token:

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

    Usage with Vapi

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

    hashtag
    Prerequisites

    • Vapi account

    Usage with Cursor

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

    hashtag
    Prerequisites

    • Cursor account (Desktop version)

    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

    Usage with Warp

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

    hashtag
    Prerequisites

    Usage with Claude

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

    hashtag
    Prerequisites

    • Claude account

    Scenario

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

    circle-exclamation

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

    hashtag
    Organization level

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

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

    hashtag
    Team level

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

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

    hashtag
    Scenario level

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

    The AI system can only access the specified scenario.

    circle-check

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

    circle-check

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

    circle-exclamation

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

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

    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:

  • Click Allow to proceed.

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

    Node.jsarrow-up-right
    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.

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

    Node.jsarrow-up-right
    Click Add custom connector, which opens a dialog.
  • In the URL field, add the following URL:

  • MCP token

    Add the following configuration:

    Return to the Installed MCPs section to check whether Make MCP server connected successfully.
    Node.jsarrow-up-right
    Select MCP Server.
  • In the dialog, click Add new to display the form below.

  • Click Connect.
    MCP token
    MCP token

    hashtag
    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:

    circle-check

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

    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 scenarios as tools access control.

    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.

    circle-exclamation

    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 limitsarrow-up-right.

    MCP token

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

    5. In the editor, add the configuration.

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

    Configuration example:

    circle-check

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

    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.

    hashtag
    Connect to Warp

    To connect Make MCP server to Warp:

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

    2. Click Add.

    3. Enter the following configuration:

    circle-check

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

    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.

    hashtag
    Call tools on 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.

    Warparrow-up-right
    https://mcp.make.com
    claude mcp add --transport http make https://mcp.make.com
    claude mcp add --transport sse make https://mcp.make.com/sse
    {
      "mcpServers": {
        "make": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "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
    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/u/<MCP_TOKEN>/stateless
    {
      "mcpServers": {
        "make": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://mcp.make.com"
          ]
        }
      }
    }
    https://<MAKE_ZONE>/mcp/stateless
    https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless
    https://<MAKE_ZONE>/mcp/stateless
    {
      "mcpServers": {
        "make": {
          "url": "https://<MAKE_ZONE>/mcp/stateless",
          "headers": {
            "Authorization": "Bearer ${env:MCP_TOKEN}"
        }
      }
    }
    {
      "make": {
        "url": "https://mcp.make.com"}
      }

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

    hashtag
    How Make MCP server works

    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.

    circle-exclamation

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

    Scenario inputs and outputs

    When using scenarios as MCP tools, define scenario inputs and outputsarrow-up-right 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

    circle-info

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

    hashtag
    Available transport methods

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

    hashtag
    Clients with Stateless Streamable HTTP support

    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:

    chevron-rightOAuthhashtag
    https://mcp.make.com
    chevron-rightMCP tokenhashtag
    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.

    circle-exclamation

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

    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:

    hashtag
    Clients with Streamable HTTP support

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

    hashtag
    Clients with Server-Sent Events (SSE) support

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

    chevron-rightOAuthhashtag
    https://mcp.make.com/sse
    chevron-rightMCP tokenhashtag
    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.

    circle-exclamation

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

    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:

    hashtag
    Clients without SSE support

    If your MCP client does not support SSE, use the Cloudflare mcp-remote proxy for compatibility. Refer to Cloudflare's MCP Remote Proxy Guidearrow-up-right for more details.

    chevron-rightOAuthhashtag

    Configuration example:

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

    Configuration example:

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

    hashtag
    Timeouts for tool calls

    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.

    hashtag
    Scenario run tool timeout limits

    • 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:

    circle-exclamation

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

    hashtag
    Management tool timeout limits

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

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

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

      • SSE (/sse) and Streamable HTTP (/stream) transports: 5 minutes, 20 seconds

    circle-info

    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.

    {
    	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,
    },

    Click Profile.

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

    triangle-exclamation

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

    hashtag
    Access control

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

    Usage with ChatGPT

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

    hashtag
    Prerequisites

    • ChatGPT account (paid subscription)

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

    circle-check

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

    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.

    hashtag
    Enable in chat

    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.

    Usage with ChatGPT

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

    hashtag
    Prerequisites

    • ChatGPT account (paid subscription)

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

  • https://<MAKE_ZONE>/mcp/stateless
    Authorization: Bearer <MCP_TOKEN>
    https://<MAKE_ZONE>/mcp/sse
    Authorization: Bearer <MCP_TOKEN>
    https://mcp.make.com
    MCP token

    hashtag
    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 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:

    circle-check

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

    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.

    hashtag
    Enable in chat

    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.

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