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:
In Warp Drive, go to MCP Servers under Personal.
Click Add.
Enter the following configuration:
{
"make": {
"url": "https://mcp.make.com"}
}If you experience connection issues, you can add /stateless or /stream to the end of your connection URL. For SSE, add /sse instead.
Click Save and wait for Make MCP server to connect.
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:
Enter a question related to your connected Make MCP tools.
When asked for permission to call a specific MCP tool, click Run.
Warp calls the relevant tool and responds to your question.
Last updated

