MCP server for multi-channel communication via Infobip
Send SMS, RCS messages, interact with WhatsApp and Viber, automate communication workflows. Global cloud communication platform.
{
"mcpServers": {
"infobip": {
"mcpServers": {
"infobip": {
"env": {
"INFOBIP_API_KEY": "YOUR_API_KEY",
"INFOBIP_BASE_URL": "https://api.infobip.com"
},
"args": [
"-y",
"@infobip/mcp-server"
],
"command": "npx"
}
}
}
}
}