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 FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 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
calendar

Cal.com MCP Server

Open-source scheduling infrastructure

schedulingopen-sourcecalendar

About

## Cal.com MCP Server: Open Scheduling The **Cal.com MCP Server** integrates Cal.com's open-source scheduling platform into Google Antigravity, enabling developers to manage appointments, configure booking pages, and automate scheduling workflows through AI-assisted calendar management. ### Why Cal.com MCP? - **Open Source**: Self-host for complete control over your scheduling data - **Multiple Calendars**: Connect Google, Outlook, and other calendar providers - **Round Robin**: Automatically distribute meetings across team members - **Workflows**: Trigger automations before and after meetings - **API-First**: Full API access for custom integrations ### Key Features #### 1. Booking Management ```javascript // Get upcoming bookings const bookings = await calcom.getBookings({ status: "upcoming", eventTypeId: "your-event-type", dateRange: { start: new Date(), end: new Date(Date.now() + 14 * 24 * 60 * 60 * 1000) } }); // Create booking const booking = await calcom.createBooking({ eventTypeId: 123, start: "2024-12-20T10:00:00Z", end: "2024-12-20T10:30:00Z", name: "John Smith", email: "john@example.com", notes: "Discuss API integration project" }); // Cancel booking await calcom.cancelBooking({ bookingId: booking.id, reason: "Reschedule requested" }); ``` #### 2. Event Type Configuration ```javascript // Create event type const eventType = await calcom.createEventType({ title: "Technical Consultation", slug: "tech-consult", length: 45, description: "Deep-dive technical discussion", locations: [{ type: "integrations:google_meet" }], availability: { days: [1, 2, 3, 4, 5], startTime: "09:00", endTime: "17:00" } }); // Get availability slots const slots = await calcom.getAvailability({ eventTypeId: eventType.id, startTime: "2024-12-16", endTime: "2024-12-20" }); ``` ### Configuration ```json { "mcpServers": { "cal-com": { "command": "npx", "args": ["-y", "@anthropic/mcp-calcom"], "env": { "CALCOM_API_KEY": "your-api-key", "CALCOM_API_URL": "https://api.cal.com/v1" } } } } ``` ### Use Cases **Client Scheduling**: Manage consultation bookings and automate meeting preparation. **Team Coordination**: Set up round-robin scheduling for support or sales teams. **Interview Scheduling**: Automate candidate interview booking with availability checks. The Cal.com MCP Server brings flexible, open-source scheduling to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "cal-com": {
      "mcpServers": {
        "cal-com": {
          "env": {
            "CAL_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "cal-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Sign up at cal.com
  2. 2Generate API key
  3. 3Configure scheduling

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