For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

  1. In your terminal, open a new tab.

  2. Run the following command:

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