Back to Apps

Vonage API MCP Server
Supports UIby vonage-community
Directly interact with Vonage APIs to manage accounts, send SMS, WhatsApp, RCS messages, and make voice calls via MCP.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
Connects your AI assistant to the Vonage communication platform, enabling real-time messaging, voice interaction, and account management. It allows the AI to send messages across multiple channels (SMS, WhatsApp, RCS) and handle phone number procurement.
Tools
balance: Get current account balance.list-applications: View all Vonage applications and configurations.create-application: Create a new Vonage application.list-purchased-numbers: List owned telephone numbers.search-available-numbers: Find available numbers to purchase by country.link-number-to-vonage-application: Attach a number to an application.get-records-report: Retrieve activity logs from the Reports API.SMS: Send standard SMS messages.whatsapp-send-text: Send WhatsApp messages.whatsapp-send-text-with-sms-failover: Send WhatsApp with SMS fallback.rcs-send-text: Send RCS messages.rcs-send-text-with-sms-failover: Send RCS with SMS fallback.outbound-voice-message: Initiate outbound voice messages.make-chart: Generate visual charts from retrieved data.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"vonage-mcp-server-api-bindings": {
"command": "npx",
"args": ["-y", "@vonage/vonage-mcp-server-api-bindings"],
"env": {
"VONAGE_APPLICATION_ID": "<YOUR_VONAGE_APPLICATION_ID>",
"VONAGE_PRIVATE_KEY64": "<YOUR_VONAGE_PRIVATE_KEY64>",
"VONAGE_API_KEY": "<YOUR_VONAGE_API_KEY>",
"VONAGE_API_SECRET": "<YOUR_VONAGE_API_SECRET>",
"VONAGE_VIRTUAL_NUMBER": "<YOUR_VONAGE_VIRTUAL_NUMBER>",
"VONAGE_WHATSAPP_NUMBER": "<YOUR_VONAGE_WHATSAPP_NUMBER>",
"RCS_SENDER_ID": "<YOUR_RCS_SENDER_ID>"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop, Cursor, Windsurf, and any MCP-compliant client.
Quick install
npx -y @vonage/vonage-mcp-server-api-bindingsInformation
- Pricing
- free
- Published
- 5/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"vonage-mcp-server-api-bindings": {
"command": "npx",
"args": ["-y", "@vonage/vonage-mcp-server-api-bindings"],
"env": {
"VONAGE_APPLICATION_ID": "<YOUR_VONAGE_APPLICATION_ID>",
"VONAGE_PRIVATE_KEY64": "<YOUR_VONAGE_PRIVATE_KEY64>",
"VONAGE_API_KEY": "<YOUR_VONAGE_API_KEY>",
"VONAGE_API_SECRET": "<YOUR_VONAGE_API_SECRET>",
"VONAGE_VIRTUAL_NUMBER": "<YOUR_VONAGE_VIRTUAL_NUMBER>",
"VONAGE_WHATSAPP_NUMBER": "<YOUR_VONAGE_WHATSAPP_NUMBER>",
"RCS_SENDER_ID": "<YOUR_RCS_SENDER_ID>"
}
}
}
}





