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

Calendly MCP Server

Scheduling automation platform

schedulingcalendarmeetings

About

## Calendly MCP Server: Scheduling Automation The **Calendly MCP Server** integrates Calendly's popular scheduling platform into Google Antigravity, enabling developers to manage event types, access booking data, and automate scheduling workflows through AI-assisted calendar management. ### Why Calendly MCP? - **Simple Booking**: Let others book time with shareable scheduling links - **Calendar Sync**: Integrates with Google, Outlook, and Office 365 calendars - **Team Scheduling**: Round-robin, collective, and group event types - **Automated Reminders**: Email and SMS notifications for meetings - **Integrations**: Connect with Zoom, Teams, Salesforce, and more ### Key Features #### 1. Event and Booking Management ```javascript // List event types const eventTypes = await calendly.listEventTypes({ user: "current", active: true }); // Get scheduled events const events = await calendly.listScheduledEvents({ user: "current", status: "active", minStartTime: new Date().toISOString(), maxStartTime: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000).toISOString() }); // Get invitee details const invitees = await calendly.listEventInvitees({ eventUuid: events[0].uuid }); console.log("Upcoming meeting with:", invitees[0].name); ``` #### 2. Webhook and User Management ```javascript // Create webhook subscription await calendly.createWebhookSubscription({ url: "https://your-app.com/webhooks/calendly", events: ["invitee.created", "invitee.canceled"], organization: "org_uuid", scope: "organization" }); // Get user availability const user = await calendly.getCurrentUser(); const availability = await calendly.getUserAvailability({ user: user.uri }); ``` ### Configuration ```json { "mcpServers": { "calendly": { "command": "npx", "args": ["-y", "@anthropic/mcp-calendly"], "env": { "CALENDLY_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Sales Meetings**: Automate prospect meeting scheduling and CRM integration. **Customer Support**: Let customers book support calls based on team availability. **Interviews**: Manage candidate interview scheduling with automated reminders. The Calendly MCP Server streamlines scheduling automation in your development workflow.

Installation

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

How to Use

  1. 1Get API key from Calendly integrations
  2. 2Set CALENDLY_API_KEY
  3. 3Access scheduling data

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