Infobip MCP Servers let you build AI agents to interact with the Infobip platform through the Model Context Protocol (MCP).
Connect to Infobip and enable your agents to perform actions, such as sending messages over channels like SMS, WhatsApp, or Viber, or managing customer data in a controlled, production-grade environment.
No more complex integrations or digging through endless documentation. Just plug in and let your AI do the talking.
How to Use Model Context Protocol (MCP) in Cursor
What is MCP?
Model Context Protocol (MCP) is an open protocol that allows you to provide custom tools to agentic LLMs (Large Language Models) in Cursor's Composer feature.
Installation Steps
Open Cursor Settings
Navigate to Cursor Settings > Features > MCP
Click the "+ Add New MCP Server" button
Configure the Server
Name: Give your server a nickname
Type: Select the transport type (stdio or sse)
Command/URL: Enter either:
For SSE servers: The URL of the SSE endpoint
For stdio servers: A valid shell command to run the server