Usage with Claude Code
This guide outlines how to connect Make MCP server with Claude Code using OAuth.
Prerequisites
Installation
To connect Make MCP server to Claude Code:
In your terminal, open a new tab.
Run the following command, depending on your transport method:
Streamable HTTP
claude mcp add --transport http make https://mcp.make.comIf you experience connection issues, you can add /stateless or /stream to the end of the connection URL.
Server-Sent Events (SSE)
claude mcp add --transport sse make https://mcp.make.com/sseRun the command
Claude.Run
/mcpto connect to available MCP servers.In the OAuth consent screen in the new browser window, select your organization and scopes.
The response in the CLI indicates whether your Make server connected successfully.
You have now connected Make MCP server to Claude Code.
Call tools on Claude Code
You can call Make MCP tools in the Claude CLI:
Enter a question related to your connected Make MCP tools.
When asked if you want to proceed, select
Yes.
Claude Code calls the relevant tool and responds to your question.
Last updated

