Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions fern/tools/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,22 @@ 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

### 1. Obtain MCP Server URL

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

<Note>
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.
</Note>

### 2. Create and Configure MCP Tool
Expand Down Expand Up @@ -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

<Note>
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.
</Note>

### Zapier MCP

Zapier offers an MCP server that provides access to thousands of app integrations:
Expand Down Expand Up @@ -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)

<CardGroup cols={2}>
<Card
Expand Down