From b3a64afab1848e0960224de25aa3d3637e939259 Mon Sep 17 00:00:00 2001
From: jd-smeltser <94378935+jd-smeltser@users.noreply.github.com>
Date: Tue, 16 Sep 2025 00:28:20 -0500
Subject: [PATCH] docs: Add Make MCP server setup instructions
- Add Make MCP configuration steps in setup notes
- Include Make MCP provider documentation with detailed steps
- Add links to Make MCP documentation resources
---
fern/tools/mcp.mdx | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/fern/tools/mcp.mdx b/fern/tools/mcp.mdx
index 9b34bd987..24606272a 100644
--- a/fern/tools/mcp.mdx
+++ b/fern/tools/mcp.mdx
@@ -21,7 +21,7 @@ This powerful integration allows your assistant to leverage a wide range of tool
Before you can use the MCP integration, you need to:
1. Have access to the Vapi Dashboard
2. Have an assistant created in Vapi
-3. Have access to an MCP server URL (e.g., from Zapier, Composio, or other MCP providers)
+3. Have access to an MCP server URL (e.g., from Make, Zapier, Composio, or other MCP providers)
## Setup Steps
@@ -29,12 +29,14 @@ Before you can use the MCP integration, you need to:
First, you need to obtain an MCP server URL from your chosen provider:
-1. Sign up for an MCP-compatible service (e.g., Zapier, Composio)
+1. Sign up for an MCP-compatible service (e.g., Make, Zapier, Composio)
2. Navigate to the MCP configuration section of your provider
3. Generate or copy your MCP server URL
For Zapier MCP, visit https://mcp.zapier.com/mcp/?client=vapi? to generate your MCP server URL. This URL should be treated as a credential and kept secure.
+
+ To generate your Make MCP Server URL (also known as MCP Token), navigate to your Make profile > API Access tab > Tokens > Add token. See [Obtaining MCP Token documentation](https://developers.make.com/mcp-server/make-cloud-mcp-server/obtaining-mcp-token) for detailed instructions. This URL should be treated as a credential and kept secure.
### 2. Create and Configure MCP Tool
@@ -192,6 +194,20 @@ If you need to use Server-Sent Events protocol instead:
## Example MCP Providers
+### Make MCP
+
+The Make MCP Server provides access to the Make scenarios you select, allowing you to provision them as Custom Tools through MCP.
+
+1. Define your Make scenarios, configuring scenario [inputs and outputs](https://help.make.com/scenario-inputs-and-outputs) and setting them to be [scheduled on demand](https://help.make.com/schedule-a-scenario#30pY_)
+2. Get your [Make MCP Token](https://developers.make.com/mcp-server/make-cloud-mcp-server/obtaining-mcp-token)
+3. Choose your MCP [Tool Access Control](https://developers.make.com/mcp-server/make-cloud-mcp-server/tool-access-control) mechanism and define your MCP URL
+4. Add the URL to your Vapi MCP tool configuration
+5. Your assistant will now have access to your chosen Make scenarios
+
+
+ Make Cloud MCP allows you to build simple or complex Custom Tools using business logic to access the most important apps in your business tech stack. Check the full list in the Make app gallery.
+
+
### Zapier MCP
Zapier offers an MCP server that provides access to thousands of app integrations:
@@ -230,6 +246,7 @@ Composio also offers an MCP server for integration:
- [Model Context Protocol Introduction](https://modelcontextprotocol.io/introduction)
- [Zapier MCP](https://zapier.com/mcp)
+- [Make MCP](https://developers.make.com/mcp-server)