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
Dialpad MCP
📱

Dialpad MCP MCP Server

AI-powered business phone system.

dialpadvoipaiphone

About

## Dialpad MCP Server: AI-Powered Communications The **Dialpad MCP Server** integrates Dialpad's AI-powered communication platform into Google Antigravity. This enables voice, video, messaging, and contact center capabilities with built-in AI transcription and analytics. ### Why Dialpad MCP? Dialpad leads with AI-powered comms: - **AI Transcription**: Real-time call transcripts - **Sentiment Analysis**: Call sentiment tracking - **Unified Platform**: Voice, video, messaging - **Contact Center**: Full CCaaS solution - **Analytics**: Conversation intelligence ### Key Features #### 1. Make Calls ```python import requests headers = {"Authorization": f"Bearer {api_key}"} call = requests.post( "https://dialpad.com/api/v2/calls", headers=headers, json={ "from_number": "+15551234567", "to_number": "+15559876543", "user_id": "user-id" } ) ``` #### 2. Send SMS ```python message = requests.post( "https://dialpad.com/api/v2/sms", headers=headers, json={ "from_number": "+15551234567", "to_number": "+15559876543", "text": "Meeting reminder: Sprint planning at 2 PM" } ) ``` #### 3. Get Call Analytics ```python # Get call with AI insights call = requests.get( f"https://dialpad.com/api/v2/calls/{call_id}", headers=headers ) data = call.json() print(f"Duration: {data['duration']}") print(f"Sentiment: {data['sentiment_score']}") print(f"Transcript: {data['transcript']}") ``` ### Configuration ```json { "mcpServers": { "dialpad": { "command": "npx", "args": ["-y", "@anthropic/mcp-dialpad"], "env": { "DIALPAD_API_KEY": "your-api-key" } } } } ``` ### Use Cases **AI Call Analysis**: Analyze customer calls. **Sales Intelligence**: Track conversation quality. **Unified Communication**: Voice + messaging. The Dialpad MCP Server brings AI-powered comms to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "dialpad": {}
  }
}

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