This guide outlines how to connect Make MCP server with Claude Desktop using an MCP token.
Prerequisites
Claude Desktop account (Pro plan)
MCP token
To connect Make MCP server to Claude Desktop:
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:
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.
/stream
/stateless
/sse
Replace <MAKE_ZONE> and <MCP_TOKEN> with your actual values.
<MAKE_ZONE>
<MCP_TOKEN>
MAKE_ZONE - The zone your organization is hosted in (e.g., eu2.make.com).
MAKE_ZONE
eu2.make.com
MCP_TOKEN - You can generate your MCP token in your Make profile.
MCP_TOKEN
Click Add.
You have connected Make MCP server to Claude Desktop.
Last updated 2 months ago