Usage with Warp
Last updated
This guide outlines how to connect Make MCP server to Warp using OAuth.
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've now connected Make MCP server to Warp.
To 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

