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

Usage with Warp

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

Prerequisites

  • Warp

Connect to Warp

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've now connected Make MCP server to Warp.

Call tools on Warp

To 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