Turn your IDE into a Vapi expert! 🎯
This is a Model Context Protocol (MCP) server that provides direct access to live Vapi documentation from docs.vapi.ai. It fetches real documentation, examples, and API references, integrating seamlessly with AI-powered IDEs like Cursor, Windsurf, and VSCode.
- 📚 Live Documentation Access - Fetches real docs from docs.vapi.ai
- 💻 Real Examples - Links to actual working code in Vapi docs
- 🔧 Current API Reference - Always up-to-date API documentation
- 📖 Official Guides - Step-by-step tutorials from Vapi
- 📋 Real Changelog - Latest updates from actual Vapi changelog
- 🔍 Smart Search - Search across all live Vapi documentation
- 🎯 Always Fresh - Documentation cached and auto-refreshed
The server is automatically configured when you run vapi mcp setup
from the Vapi CLI.
-
search_documentation
- Search Vapi documentation for specific topics -
get_examples
- Get code examples for specific Vapi features -
get_guides
- Access step-by-step guides for implementing features -
get_api_reference
- Get detailed API reference information -
get_changelog
- Get recent changes, updates, and new features
Once configured, you can ask your IDE's AI assistant questions like:
- "How do I create a voice assistant with Vapi?"
- "Show me examples of making phone calls"
- "What are the latest Vapi features?"
- "How do I set up webhooks for function calling?"
- "Give me the API reference for creating assistants"
The AI will automatically use the MCP tools to provide accurate, up-to-date information!
This project is licensed under the MIT License - see the LICENSE file for details.
- Vapi Website - Voice AI platform
- Vapi Documentation - Complete docs
- Vapi CLI - Command-line tool
- Vapi Discord - Community support
Made with ❤️ by the Vapi team