Usage with Warp

This guide outlines how to connect Make MCP server with Warp using OAuth.

Prerequisites

Installation

To connect Make MCP server to Warp:

  1. In Warp Drive, go to MCP Servers under Personal.

  2. Click Add.

  3. Enter the following configuration:

{
  "make": {
    "url": "https://mcp.make.com"}
  }
  1. Click Save and wait for Make MCP server to connect.

  2. In the OAuth consent screen, select your organization and scopes, then click Allow.

You have now connected Make MPC server to Warp.

Call tools on Warp

You can call Make MCP tools in the Warp terminal:

  1. Enter a question related to your connected Make MCP tools.

  2. When asked for permission to call a specific MCP tool, click Run.

Warp calls the relevant tool and responds to your question.

Last updated