Communication APIs
Connect to Vonage for SMS, voice, video, and messaging APIs.
{
"mcpServers": {
"vonage": {
"mcpServers": {
"vonage": {
"env": {
"VONAGE_API_KEY": "your-api-key",
"VONAGE_API_SECRET": "your-secret"
},
"args": [
"-y",
"vonage-mcp-server"
],
"command": "npx"
}
}
}
}
}