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 FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 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
Plivo MCP
📞

Plivo MCP MCP Server

Cloud communications platform for voice and SMS.

plivovoicesmscommunications

About

## Plivo MCP Server: Cloud Communication The **Plivo MCP Server** integrates Plivo's cloud communication platform into Google Antigravity. This provides SMS and voice capabilities with competitive pricing and global coverage. ### Why Plivo MCP? Plivo offers cost-effective communication: - **Cost Effective**: Competitive pricing - **Global Coverage**: 190+ countries - **Voice & SMS**: Full communication suite - **Number Management**: Local and toll-free - **Enterprise Ready**: High availability ### Key Features #### 1. Send SMS ```python import plivo client = plivo.RestClient(auth_id, auth_token) response = client.messages.create( src="+15551234567", dst="+15559876543", text="Your verification code is: 123456" ) print(f"Message UUID: {response.message_uuid}") ``` #### 2. Make Calls ```python # Make outbound call response = client.calls.create( from_="+15551234567", to_="+15559876543", answer_url="https://example.com/answer", answer_method="POST" ) # Answer URL returns Plivo XML @app.route("/answer", methods=["POST"]) def answer(): response = plivoxml.ResponseElement() response.add(plivoxml.SpeakElement("Hello! Your order has shipped.")) return response.to_string() ``` #### 3. Bulk SMS ```python # Send to multiple recipients response = client.messages.create( src="+15551234567", dst="<+15559876541><+15559876542><+15559876543>", text="Flash sale! 50% off today only." ) ``` ### Configuration ```json { "mcpServers": { "plivo": { "command": "npx", "args": ["-y", "@anthropic/mcp-plivo"], "env": { "PLIVO_AUTH_ID": "your-auth-id", "PLIVO_AUTH_TOKEN": "your-token", "PLIVO_PHONE_NUMBER": "+15551234567" } } } } ``` ### Use Cases **Cost Optimization**: Lower communication costs. **Global SMS**: Reach users worldwide. **Voice Automation**: Automated call systems. The Plivo MCP Server brings affordable communication to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "plivo": {}
  }
}

How to Use

    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