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
Cal.com API MCP
📆

Cal.com API MCP MCP Server

Open-source scheduling infrastructure.

calcomschedulingopensourceapi

About

## Cal.com API MCP Server: Advanced Scheduling The **Cal.com API MCP Server** provides deep integration with Cal.com's scheduling API in Google Antigravity, enabling advanced booking management, webhook handling, and custom scheduling logic through AI-assisted automation. ### Why Cal.com API MCP? - **Full API Coverage**: Access all Cal.com API endpoints for complete control - **Webhook Integration**: Handle booking events and trigger custom workflows - **Team Scheduling**: Manage teams, members, and collective event types - **Custom Fields**: Define and manage custom booking fields - **Analytics Access**: Retrieve booking metrics and usage statistics ### Key Features #### 1. Advanced Booking Operations ```python # Get booking details with attendees booking = await calcom_api.getBooking({ "id": "booking_id", "include": ["attendees", "payment", "metadata"] }) # Reschedule booking await calcom_api.rescheduleBooking({ "id": "booking_id", "newStartTime": "2024-12-21T14:00:00Z", "reason": "Conflict with another meeting" }) # Confirm booking await calcom_api.confirmBooking({ "id": "booking_id", "confirmed": True, "notes": "Confirmed for technical discussion" }) ``` #### 2. Team and Webhook Management ```python # Create team event type teamEvent = await calcom_api.createTeamEventType({ "teamId": "team_123", "title": "Team Consultation", "length": 60, "schedulingType": "roundRobin", "hosts": ["user_1", "user_2", "user_3"] }) # Register webhook webhook = await calcom_api.createWebhook({ "subscriberUrl": "https://your-app.com/webhook", "eventTriggers": ["BOOKING_CREATED", "BOOKING_CANCELLED"], "active": True, "secret": "webhook_secret" }) ``` ### Configuration ```json { "mcpServers": { "calcom-api": { "command": "npx", "args": ["-y", "@anthropic/mcp-calcom-api"], "env": { "CALCOM_API_KEY": "your-api-key", "CALCOM_BASE_URL": "https://api.cal.com" } } } } ``` ### Use Cases **Booking Automation**: Build automated scheduling systems with custom business logic. **Multi-Tenant Scheduling**: Manage scheduling for multiple teams or organizations. **Custom Integrations**: Connect Cal.com with CRM, billing, or other business systems. The Cal.com API MCP Server enables sophisticated scheduling automation for enterprise needs.

Installation

Configuration
{
  "mcpServers": {
    "calcom-api": {}
  }
}

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