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
Webex MCP
📹

Webex MCP MCP Server

Cisco Webex video conferencing platform.

webexciscovideoconferencing

About

## Webex MCP Server: Enterprise Video Collaboration The **Webex MCP Server** integrates Cisco Webex into Google Antigravity. This enables creating meetings, managing spaces, and automating enterprise video collaboration workflows programmatically. ### Why Webex MCP? Webex powers enterprise communication: - **Enterprise Grade**: Security and compliance - **Video Quality**: HD video conferencing - **Spaces**: Persistent team collaboration - **Integrations**: Deep enterprise integration - **Global**: Reliable worldwide infrastructure ### Key Features #### 1. Create Meetings ```python import requests headers = {"Authorization": f"Bearer {access_token}"} meeting = requests.post( "https://webexapis.com/v1/meetings", headers=headers, json={ "title": "Sprint Planning", "start": "2024-03-15T10:00:00Z", "end": "2024-03-15T11:00:00Z", "enabledAutoRecordMeeting": True } ) print(f"Join Link: {meeting.json()['webLink']}") ``` #### 2. Messaging ```python # Send message to space message = requests.post( "https://webexapis.com/v1/messages", headers=headers, json={ "roomId": "space-id", "markdown": "**Build Complete** :white_check_mark:\\n\\nAll tests passed!" } ) # Create space space = requests.post( "https://webexapis.com/v1/rooms", headers=headers, json={"title": "Project Alpha"} ) ``` #### 3. Bot Development ```python from webexteamssdk import WebexTeamsAPI api = WebexTeamsAPI(access_token="bot-token") # Listen and respond @flask_app.route("/webhook", methods=["POST"]) def webhook(): data = request.json message = api.messages.get(data["data"]["id"]) if "status" in message.text.lower(): api.messages.create( roomId=message.roomId, markdown="All systems operational :white_check_mark:" ) return "OK" ``` ### Configuration ```json { "mcpServers": { "webex": { "command": "npx", "args": ["-y", "@anthropic/mcp-webex"], "env": { "WEBEX_ACCESS_TOKEN": "your-token" } } } } ``` ### Use Cases **Meeting Automation**: Schedule and manage meetings. **Team Notifications**: Post updates to team spaces. **Enterprise Bots**: Build compliant enterprise bots. The Webex MCP Server brings enterprise collaboration to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "webex": {}
  }
}

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