Infobip/mcp
Official Infobip MCP server for integrating Infobip global cloud communication platform. It equips AI agents with communication superpowers, allowing them to send and receive SMS and RCS messages, interact with WhatsApp and Viber, automate communication workflows, and manage customer data, all in a production-ready environment.
Quick Start
Clone the repository:
git clone https://github.com/infobip/mcpClaude Desktop configuration example:
{
"mcpServers": {
"infobip-mcp": {
"command": "npx",
"args": [
"-y",
"Infobip/mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.