
Infobip MCP Servers
Official remote MCP servers for the Infobip CPaaS platform — send SMS, WhatsApp, Email, Voice, run 2FA, and manage customer data.
Add to your client
Copy the config for your MCP client and paste it into its config file.
Paste into ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"infobip-mcp-servers": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.infobip.com/sms",
"--header",
"Authorization: App ${INFOBIP_API_KEY}"
]
}
}
}Claude Desktop connects to remote servers through the `mcp-remote` proxy (installed on first run via npx). Restart Claude Desktop after saving.
Step-by-step guides: Add to Claude Desktop · Add to Cursor · Add to Windsurf
Before you start
- Infobip account (free trial available)
- AI agent or application with MCP client support
- For API-key auth: an Infobip API key with the correct scope
About Infobip MCP Servers
A suite of official remote MCP servers from Infobip, each a separate streamable-HTTP endpoint under https://mcp.infobip.com, covering omnichannel messaging (SMS, WhatsApp, Viber, RCS, Email, Voice, Mobile Push), 2FA and CAMARA telco verification, customer data (People), account/platform management, and documentation search. Authentication is via OAuth 2.1 or an Infobip API key.
Tools & capabilities (16)
SMS server (https://mcp.infobip.com/sms)Send and preview SMS, schedule/reschedule, bulk sending, multilingual support (transliteration, character sets), delivery reports, message logs, URL tracking (~10 tools).
WhatsApp server (https://mcp.infobip.com/whatsapp)Send template messages; send text/media (document, image, audio, video, sticker); send location/contact messages; template management (create/edit/delete/retrieve); delivery reports; message logs; SMS failover (~18 tools).
WhatsApp Flow server (https://mcp.infobip.com/whatsapp-flow)Create and manage static/dynamic flows, generate flow structure, manage flow JSON, send and preview interactive flows, add/manage interactive components (forms, buttons, checkboxes) (~13 tools).
Viber server (https://mcp.infobip.com/viber)Send rich-media messages (images, videos, files, URLs), delivery reports, message logs, scheduling, SMS failover, URL tracking (~5 tools).
RCS server (https://mcp.infobip.com/rcs)Send rich messages (multimedia, suggested replies, carousels, barcodes), delivery reports, message logs, capability check, SMS/MMS failover (~27 tools).
Email server (https://mcp.infobip.com/email)Send email and bulk email, schedule and manage scheduled messages, validate email addresses (~11 tools).
Voice server (https://mcp.infobip.com/voice)Single and multi-recipient voice calls, text-to-speech, pre-recorded audio, call management, conference calls, voice list management, delivery reports, call logs (~7 tools).
Mobile App Messaging server (https://mcp.infobip.com/mobile-app-messaging)Send push notifications, delivery reports, message logs, push statistics, push application management, inbox message management (~7 tools).
Message server (https://mcp.infobip.com/message)Early access. Send text, image, or file-URL messages across SMS, RCS, MMS, and Viber in a single tool call; get delivery reports. Lowest token footprint (1–2 tools).
2FA server (https://mcp.infobip.com/2fa)Application management, SMS/Email message templates, send PIN (SMS/Voice/Email), resend and verify PIN, PIN verification status.
CAMARA server (https://mcp.infobip.com/camara)Number verification authorization, verify number, device location verification, SIM swap check, SIM swap date retrieval, KYC match.
People server (https://mcp.infobip.com/people)Manage Person and company profiles, tags, custom attributes and lists, track and export events, audience segmentation.
Account Management server (https://mcp.infobip.com/account-management)Account balance, free-messages count, total balance, manage/update account details, audit logs.
CPaaS X Applications and Entities server (https://mcp.infobip.com/application-entity)Set up multi-tenant messaging by creating and managing CPaaS X resources such as applications and entities.
Infobip Documentation server (https://mcp.infobip.com/search)Documentation search, API reference, use cases, product guides.
Infobip Deep Research server (https://mcp.infobip.com/deep-research)Deep search across API documentation and fetch detailed content as a data source for deep-research models.
What this server can do
Infobip MCP Servers provides tools for these capabilities — tap one to see every MCP server that does the same:
When to use it
- Let an AI agent send SMS, WhatsApp, Viber, RCS, Email, Voice, or push notifications without building channel integrations
- Send a single notification across SMS/RCS/MMS/Viber in one tool call via the low-footprint Message server
- Set up and run 2FA PIN flows, or use CAMARA telco APIs (number verification, SIM swap, KYC) to strengthen authentication
- Store, segment, and activate customer data via the People server
- Manage Infobip account details, balances, and audit logs; orchestrate multi-tenant workflows with CPaaS X
- Let deep-research models search and retrieve Infobip documentation as a data source
Security notes
High-impact operations like message sending warrant granular permission controls; Infobip recommends implementing AI agent governance and following the official MCP implementation guidelines for permission and access control. Authenticate via OAuth 2.1 (auto-triggered) or an Infobip API key in the Authorization header (format `App ${INFOBIP_API_KEY}`) with the correct scope. The example shows the SMS endpoint; swap the URL for any other server (e.g. /whatsapp, /email, /voice, /2fa, /people).
Infobip MCP Servers FAQ
Is there a single server to install?
No — Infobip publishes a family of remote MCP servers, each a separate streamable-HTTP endpoint under https://mcp.infobip.com (e.g. /sms, /whatsapp, /email, /voice, /2fa, /people). You connect your MCP client to whichever endpoint you need.
How do I authenticate?
Two options: OAuth 2.1 (your MCP client must support OAuth 2.1 and Authorization Server Discovery; the flow triggers automatically on first connection), or an Infobip API key passed in the Authorization header as `App ${INFOBIP_API_KEY}`.
Does it support SSE transport?
Yes. The servers use streamable HTTP by default, but you can append `/sse` to any endpoint URL (e.g. https://mcp.infobip.com/sms/sse) for SSE transport.
Which server should I choose to minimize token consumption?
Each server exposes a different number of tools (1–27), which directly affects tokens consumed per agent invocation. The Message server (1–2 tools) is the lowest-footprint option for simple notification use cases that don't need scheduling, logs, or channel-specific management.
Alternatives to Infobip MCP Servers
Compare all alternatives →Connect your personal WhatsApp: search, read and send messages and media locally
Powerful Slack MCP with stdio/SSE/HTTP, DMs, group DMs and no-admin token auth
Full Telegram user-account MCP via MTProto: read chats, manage groups, send messages
Compare Infobip MCP Servers with: