Usage with Claude Code
This guide outlines how to connect Make MCP server to Claude Code using OAuth.
Prerequisites
Connect to Claude Code
To connect Make MCP server to Claude Code:
In your terminal, open a new tab.
Run the following command:
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.
Run 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've 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

