Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Infobip Communication MCP Server
send

Infobip Communication MCP Server MCP Server

MCP server for multi-channel communication via Infobip

infobipsmswhatsappvibermessaging

About

## Infobip MCP Server: Omnichannel Communication The **Infobip MCP Server** integrates Infobip's omnichannel platform into Google Antigravity. This enables messaging across SMS, WhatsApp, Viber, email, and voice through a single API. ### Why Infobip MCP? Infobip delivers omnichannel reach: - **Omnichannel**: SMS, WhatsApp, Viber, RCS, email - **Global**: 190+ countries, 800+ operators - **Enterprise**: Banks and enterprises trust Infobip - **AI Chatbots**: Conversational AI platform - **Two-Way**: Full conversation support ### Key Features #### 1. Send SMS ```python from infobip_api_client import ApiClient, Configuration from infobip_api_client.api import SendSmsApi from infobip_api_client.model import SmsAdvancedTextualRequest, SmsTextualMessage config = Configuration(host="https://api.infobip.com", api_key={"APIKeyHeader": api_key}) with ApiClient(config) as client: api = SendSmsApi(client) response = api.send_sms_message(SmsAdvancedTextualRequest( messages=[SmsTextualMessage( destinations=[{"to": "+15559876543"}], text="Your code is: 123456" )] )) ``` #### 2. WhatsApp Messages ```python from infobip_api_client.api import WhatsAppApi api = WhatsAppApi(client) response = api.send_whatsapp_template_message({ "messages": [{ "from": "447860099299", "to": "15559876543", "content": { "templateName": "order_update", "templateData": { "body": {"placeholders": ["John", "ORD-12345"]} } } }] }) ``` #### 3. Viber Messages ```python from infobip_api_client.api import ViberApi api = ViberApi(client) response = api.send_viber_message({ "messages": [{ "from": "MyBrand", "to": "+15559876543", "content": {"text": "Your order has shipped!"} }] }) ``` ### Configuration ```json { "mcpServers": { "infobip": { "command": "npx", "args": ["-y", "@anthropic/mcp-infobip"], "env": { "INFOBIP_API_KEY": "your-api-key", "INFOBIP_BASE_URL": "https://api.infobip.com" } } } } ``` ### Use Cases **Multi-Channel**: Reach users on their preferred platform. **Global SMS**: Enterprise-grade SMS delivery. **Conversational**: Two-way messaging support. The Infobip MCP Server brings omnichannel messaging to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "infobip": {
      "mcpServers": {
        "infobip": {
          "env": {
            "INFOBIP_API_KEY": "YOUR_API_KEY",
            "INFOBIP_BASE_URL": "https://api.infobip.com"
          },
          "args": [
            "-y",
            "@infobip/mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Sign up for Infobip account
  2. 2Get API key from Infobip dashboard
  3. 3Configure environment variables

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers