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
RingCentral MCP
📞

RingCentral MCP MCP Server

Cloud communications and collaboration.

ringcentralvoipcommunicationscloud

About

## RingCentral MCP Server: Unified Communications The **RingCentral MCP Server** integrates RingCentral's UCaaS platform into Google Antigravity. This enables enterprise voice, video, messaging, and fax capabilities through a unified API. ### Why RingCentral MCP? RingCentral unifies enterprise communication: - **All-in-One**: Voice, video, messaging, fax - **Enterprise Grade**: 99.999% uptime SLA - **Integrations**: 300+ business app integrations - **Global**: 45+ countries supported - **Compliance**: HIPAA, GDPR compliant ### Key Features #### 1. Send SMS ```python from ringcentral import SDK sdk = SDK(client_id, client_secret, server) platform = sdk.platform() platform.login(jwt=jwt_token) response = platform.post("/restapi/v1.0/account/~/extension/~/sms", { "from": {"phoneNumber": "+15551234567"}, "to": [{"phoneNumber": "+15559876543"}], "text": "Your appointment is confirmed for tomorrow at 2 PM." }) ``` #### 2. Make Calls ```python # Ring out (connect two parties) response = platform.post("/restapi/v1.0/account/~/extension/~/ring-out", { "from": {"phoneNumber": "+15551234567"}, "to": {"phoneNumber": "+15559876543"}, "playPrompt": True }) ``` #### 3. Team Messaging ```python # Post to team response = platform.post("/restapi/v1.0/glip/chats/{chatId}/posts", { "text": "Build #123 deployed successfully! :rocket:" }) # Create team response = platform.post("/restapi/v1.0/glip/teams", { "public": False, "name": "Project Alpha", "members": [{"email": "user@example.com"}] }) ``` ### Configuration ```json { "mcpServers": { "ringcentral": { "command": "npx", "args": ["-y", "@anthropic/mcp-ringcentral"], "env": { "RINGCENTRAL_CLIENT_ID": "your-client-id", "RINGCENTRAL_CLIENT_SECRET": "your-secret", "RINGCENTRAL_JWT": "your-jwt-token" } } } } ``` ### Use Cases **Enterprise Communication**: Unified business messaging. **Call Center**: Programmable voice automation. **Team Collaboration**: Integrated team messaging. The RingCentral MCP Server brings unified communications to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "ringcentral": {}
  }
}

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