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:

  1. In your terminal, open a new tab.

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

Streamable HTTP

claude mcp add --transport http make https://mcp.make.com

Server-Sent Events (SSE)

claude mcp add --transport sse make https://mcp.make.com/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.

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.

Last updated