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
GoTo Meeting MCP
🎥

GoTo Meeting MCP MCP Server

Online meeting and webinar platform.

gotomeetingvideomeetingswebinars

About

## GoToMeeting MCP Server: Video Conferencing The **GoToMeeting MCP Server** integrates GoToMeeting's video conferencing platform into Google Antigravity. This enables scheduling meetings, managing webinars, and automating video conferencing workflows. ### Why GoToMeeting MCP? GoToMeeting delivers reliable meetings: - **Reliability**: Enterprise-grade uptime - **HD Video**: High-quality conferencing - **Webinars**: Large-scale presentations - **Recording**: Cloud recording storage - **Integration**: Calendar and CRM sync ### Key Features #### 1. Create Meeting ```python import requests headers = {"Authorization": f"Bearer {access_token}"} meeting = requests.post( "https://api.getgo.com/G2M/rest/v1/meetings", headers=headers, json={ "subject": "Sprint Planning", "startTime": "2024-03-15T10:00:00Z", "endTime": "2024-03-15T11:00:00Z", "passwordRequired": True, "conferenceCallInfo": "Hybrid" } ) print(f"Join URL: {meeting.json()['joinURL']}") ``` #### 2. List Meetings ```python # Get scheduled meetings response = requests.get( "https://api.getgo.com/G2M/rest/v1/meetings", headers=headers ) for meeting in response.json(): print(f"Subject: {meeting['subject']}") print(f"Start: {meeting['startTime']}") ``` #### 3. Get Recordings ```python # Get meeting recordings response = requests.get( f"https://api.getgo.com/G2M/rest/v1/meetings/{meeting_id}/recordings", headers=headers ) for recording in response.json(): print(f"Recording: {recording['downloadUrl']}") ``` ### Configuration ```json { "mcpServers": { "gotomeeting": { "command": "npx", "args": ["-y", "@anthropic/mcp-gotomeeting"], "env": { "GOTOMEETING_CLIENT_ID": "your-client-id", "GOTOMEETING_CLIENT_SECRET": "your-secret" } } } } ``` ### Use Cases **Meeting Automation**: Schedule recurring meetings. **Recording Management**: Auto-process recordings. **Calendar Integration**: Sync with team calendars. The GoToMeeting MCP Server brings enterprise meetings to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "gotomeeting": {}
  }
}

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