Skip to content

Commit 12915f7

Browse files
docs: Add Make MCP server setup instructions (#694)
- Add Make MCP configuration steps in setup notes - Include Make MCP provider documentation with detailed steps - Add links to Make MCP documentation resources Co-authored-by: jd-smeltser <[email protected]>
1 parent be77cb3 commit 12915f7

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

fern/tools/mcp.mdx

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,22 @@ This powerful integration allows your assistant to leverage a wide range of tool
2121
Before you can use the MCP integration, you need to:
2222
1. Have access to the Vapi Dashboard
2323
2. Have an assistant created in Vapi
24-
3. Have access to an MCP server URL (e.g., from Zapier, Composio, or other MCP providers)
24+
3. Have access to an MCP server URL (e.g., from Make, Zapier, Composio, or other MCP providers)
2525

2626
## Setup Steps
2727

2828
### 1. Obtain MCP Server URL
2929

3030
First, you need to obtain an MCP server URL from your chosen provider:
3131

32-
1. Sign up for an MCP-compatible service (e.g., Zapier, Composio)
32+
1. Sign up for an MCP-compatible service (e.g., Make, Zapier, Composio)
3333
2. Navigate to the MCP configuration section of your provider
3434
3. Generate or copy your MCP server URL
3535

3636
<Note>
3737
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.
38+
39+
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.
3840
</Note>
3941

4042
### 2. Create and Configure MCP Tool
@@ -192,6 +194,20 @@ If you need to use Server-Sent Events protocol instead:
192194

193195
## Example MCP Providers
194196

197+
### Make MCP
198+
199+
The Make MCP Server provides access to the Make scenarios you select, allowing you to provision them as Custom Tools through MCP.
200+
201+
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_)
202+
2. Get your [Make MCP Token](https://developers.make.com/mcp-server/make-cloud-mcp-server/obtaining-mcp-token)
203+
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
204+
4. Add the URL to your Vapi MCP tool configuration
205+
5. Your assistant will now have access to your chosen Make scenarios
206+
207+
<Note>
208+
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.
209+
</Note>
210+
195211
### Zapier MCP
196212

197213
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:
230246

231247
- [Model Context Protocol Introduction](https://modelcontextprotocol.io/introduction)
232248
- [Zapier MCP](https://zapier.com/mcp)
249+
- [Make MCP](https://developers.make.com/mcp-server)
233250

234251
<CardGroup cols={2}>
235252
<Card

0 commit comments

Comments
 (0)