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
MessageBird
message-square

MessageBird MCP Server

Omnichannel messaging

smswhatsappomnichannel

About

## MessageBird MCP Server: Communication Platform The **MessageBird MCP Server** integrates MessageBird's communication platform into Google Antigravity. This enables SMS, voice, and chat app messaging with a focus on conversational experiences and customer engagement. ### Why MessageBird MCP? MessageBird powers conversations: - **Omnichannel Inbox**: Unified customer view - **Flow Builder**: Visual conversation design - **WhatsApp Business**: Official partner - **Voice**: Global voice capabilities - **Competitive**: European pricing advantage ### Key Features #### 1. Send SMS ```python import messagebird client = messagebird.Client("your-access-key") message = client.message_create( "MyApp", "+15559876543", "Your verification code is: 123456", {"reference": "order-12345"} ) print(f"Message ID: {message.id}") ``` #### 2. Voice Calls ```python # Initiate call call = client.voice_call_create( source="+15551234567", destination="+15559876543", webhook_url="https://example.com/call-events" ) # Handle with call flow @app.route("/call-flow", methods=["POST"]) def call_flow(): return { "steps": [ {"action": "say", "options": {"payload": "Hello! Your order has shipped."}} ] } ``` #### 3. Conversations ```python # Send WhatsApp via Conversations API conversation = client.conversation_send( channel_id="whatsapp-channel-id", to="+15559876543", content={"text": "Your order status: Shipped"} ) ``` ### Configuration ```json { "mcpServers": { "messagebird": { "command": "npx", "args": ["-y", "@anthropic/mcp-messagebird"], "env": { "MESSAGEBIRD_ACCESS_KEY": "your-access-key" } } } } ``` ### Use Cases **Customer Engagement**: Conversational messaging. **Notifications**: Multi-channel alerts. **Support**: Omnichannel customer support. The MessageBird MCP Server brings conversational messaging to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "messagebird": {
      "mcpServers": {
        "messagebird": {
          "env": {
            "MESSAGEBIRD_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "messagebird-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Create MessageBird account
  2. 2Get API key
  3. 3Send messages

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