Usage with Vapi

This guide outlines how to connect Make MCP server with Vapi.

Prerequisites

Installation

To connect Make MCP server to Vapi:

  1. Open your Vapi account.

  2. Navigate to Tools on the left sidebar.

  3. Click the Create Tool button, then select MCP.

  4. Configure the tool name and describe when to use the tool.

  5. In Server URL, add the following URL:

https://<MAKE_ZONE>/mcp/api/v1/u/<MCP_TOKEN>/stateless
  1. Replace <MAKE_ZONE> and <MCP_TOKEN> with your actual values.

  • MAKE_ZONE - The zone your organization is hosted in (e.g., eu2.make.com).

  • MCP_TOKEN - You can generate your MCP token in your Make profile.

Optionally, to control which scenarios are available as tools, you can further configure the URL according to the levels outlined in scenarios as tools access control.

  1. In Timeout, enter an appropriate timeout for your use case.

  2. In MCP Settings, select Streamable HTTP or Server-Sent Events (SSE).

  3. Click Save.

You have now connected Make MCP server to Vapi.

Last updated