Model Context Protocol

Calendly MCP Server

Enterprise Scheduling & Meeting Automation

Connect your AI agents to the official Calendly protocol. This managed MCP server allows LLMs to list event types, check availability, and manage enterprise-wide scheduling using standardized tools.

Recruiters and sales leaders use Calendly MCP to orchestrate team availability. Instead of manually sharing links, the AI can act as an executive assistant, finding the best times for multi-person interviews or generating unique, one-time booking links for high-priority candidates to ensure a smooth, secure experience.

  • Manage complex team scheduling via natural language
  • AI-driven availability coordination across organizations
  • Automated meeting cancellation and rescheduling
  • Secure OAuth-driven access to Calendly API v2
mcp-config.json
{
  "mcpServers": {
    "calendly": {
      "command": "npx",
      "args": [
  "-y",
  "@calendly/mcp-server"
],
      "env": {
        "CALENDLY_API_TOKEN": "your_calendly_api_token"
      }
    }
  }
}
Real-World Automation

Common Workflows

See how teams combine this MCP with other tools to automate real business processes.

Multi-Person Availability Coordinator

Scenario: An email thread needs to schedule a 3-way call. AI finds the common open slots.
Steps:
  1. AI parses the participants from the email thread
  2. Calendly MCP lists available times for each participant's link
  3. AI calculates the overlap/common slots
  4. AI proposes the 3 best times to the group
Outcome: Back-and-forth scheduling eliminated. Meetings are booked 3x faster.
Protocol Definition

Available Tools — In Depth

Detailed reference for each tool exposed by this MCP server, with examples and related use cases.

list_event_types

Lists all meeting templates and event types

list_available_times

Finds open slots for a specific event type

list_events

Retrieves all scheduled meetings and attendee info

cancel_event

Cancels a scheduled meeting with a specified reason

create_link

Generates a single-use scheduling link

create_share

Creates and customizes a shareable booking link

Setup Guide

Configuration & Best Practices

Setup Checklist

  • CALENDLY_API_TOKEN (required)
    Generate in Calendly Settings → Integrations.

When to Use Calendly MCP Server vs. Alternatives

Use This MCP When:

  • You need AI-native access via natural language
  • Your workflows span multiple tools (MCP composability)
  • You prefer cloud hosting over local Docker
  • You want zero-config deployment with ClawFast
  • Your use case requires LLMs to reason and act autonomously

Consider Alternatives When:

  • You need bulk data sync (use native export/import)
  • Real-time streaming is critical (use native webhooks)
  • You have strict compliance requiring direct API audit logs
  • Your integration is a one-off script (direct SDK may be simpler)
  • You need features not yet exposed by this MCP server
FAQ

Common Questions About Calendly MCP Server

No additional FAQs for this MCP yet.

Technical Specifications

Protocol
SSE (Server-Sent Events) via Calendly Remote MCP
Transport
HTTPS (TLS 1.3)
Authentication
Bearer token / OAuth 2.1
Hosting
Calendly Cloud / ClawFast Bridge

Why Managed MCP?

Model Context Protocol (MCP) is the new standard for AI connectivity. While you can host servers locally, ClawFast provides a production-grade managed environment.

  • 24/7 Availability: No need to keep your local machine running.
  • Secure Secrets: API keys are encrypted at rest and never exposed to logs.
  • SSE Protocol: Native Server-Sent Events (SSE) support for cloud-to-cloud connectivity.
  • Zero Config: One-click deployment with pre-configured templates.

Looking for more ways to use Calendly MCP Server?

Explore our high-level integration page for Calendly MCP Server to see business use cases and ready-to-use AI agent templates.

View Calendly MCP Server Integrations →

Connect Calendly MCP Server to your AI stack today

Deploy your managed MCP server in under 60 seconds.