Infobip MCP server for omnichannel communication and messaging. SMS, RCS, WhatsApp, Viber and more.
Paste into claude_desktop_config.json:
{
"mcpServers": {
"infobip-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.infobip.com/sms"
]
}
}
}Run in a terminal:
claude mcp add --transport http infobip-mcp https://mcp.infobip.com/sms
Paste into .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"infobip-mcp": {
"url": "https://mcp.infobip.com/sms"
}
}
}Transport: http - Hosted remote (streamable HTTP). Nothing runs on your machine - the config above connects your client straight to the vendor's endpoint (older clients bridge via npx mcp-remote).
Auth: the remote endpoint may prompt for OAuth or an API key on first connect - see the vendor's docs.
https://wingmanprotocol.com/mcp.