Vapi MCP for Cursor
About
Vapi MCP for Cursor is a Model Context Protocol (MCP) server that integrates Vapi's voice AI capabilities with the Cursor editor, allowing users to manage Vapi voice assistants, make outbound calls, and retrieve conversation details directly from Cursor.
Details
- Author
- matthewdcage
- GitHub stars
- 3
- Downloads
- 267
- Categories
- Developer Tools
Jump to
- Make outbound calls using Vapi's voice AI
- Manage voice assistants (create, get, list, update, delete)
- Retrieve conversation details from calls
- Integrates directly with Cursor's MCP framework
- Uses stdio transport for seamless communication
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Vapi MCP for CursorCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure the server in Cursor's .cursor/mcp.json file with the required environment variables and working directory. Build the server with npm install && npm run build inside the vapi-mcp-server directory, then set the command to node, type to stdio, and provide the absolute path to dist/index.js along with the cwd parameter.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"vapi mcp for cursor": {
"vapi-mcp": {
"command": "node",
"args": [
"--trace-warnings",
"dist/index.js"
]
}
}
}
}
McpServers
{
"vapi-mcp": {
"command": "node",
"args": [
"--trace-warnings",
"dist/index.js"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





