Tutorials
Integrate a remote Infobip MCP server with an MCP client
Integrate a remote Infobip MCP server with an MCP client

Integrate a remote MCP server with an MCP Client

MCP (opens in a new tab) is an open protocol that standardizes how applications provide context to AI models​. The Infobip MCP server (opens in a new tab) allows LLMs to use Infobip CPaaS Platform tools.

This tutorial will show you how to integrate the Infobip MCP server with an MCP Client, like Cursor (opens in a new tab) or Claude desktop (opens in a new tab) to use it with Infobip APIs.

Prerequisites

Cursor MCP Integration

Skip this section if integrating with Claude Desktop (see the section below).

  1. Open Cursor and navigate to Cursor Settings.
  2. On the left-hand side, click MCP.
  3. Click the +Add new global MCP server button.
  4. Populate the mcp.json connection to a remote MCP server with the Infobip MCP server settings (see section below).
  5. Make sure that MCP server is enabled and you see list of tools
  6. Use Chat to initiate Infobip APIs.

Claude Desktop MCP Integration

  1. Open Claude Desktop and navigate to Settings.
  2. Use the Developer tab to click the Edit config button. This will show you the location of the claude_desktop_config.json file in your file system. You'll use the file to add the Infobip MCP server settings.
  3. Access the claude_desktop_config.json file and populate with the connection settings to the Infobip MCP server (see section below).
  4. Restart Claude desktop.
  5. Use Chat to initiate Infobip APIs.

Infobip MCP Server settings

Each Infobip API endpoint is served as a separate MCP server to narrow down the context for the AI agent in use. As such, you need to add each endpoint aka server separately, as seen below.

json
{
    "mcpServers": {
        "ib-viber": {
            "command": "uvx",
            "args": [
                "mcp-proxy",
                "https://mcp.infobip.com/viber/sse"
            ],
            "env": {
                "API_ACCESS_TOKEN": "<Your Infobip API Key here>"
            }
        }
    }
}

For the list of all supported MCP endpoints, check out the Infobip MCP documentation (opens in a new tab).

Additional resources

  • Infobip MCP docs

Need assistance

Explore Infobip Tutorials

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary
Service status

Copyright @ 2006-2025 Infobip ltd.

Service Terms & ConditionsPrivacy policyTerms of use