productivity
Calendly MCP, CLI, and Lua Integration for AI Agents
Calendly integration docs for AI agents: MCP gateway setup, Calendly CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Bearer token auth
Calendly for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
calendly- route_slug
calendly- package
calendly- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Calendly CLIHeadless setup and direct function calls. Calendly MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Calendly MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Calendly.
Claude Code Calendly MCP setup for Claude Code. Cursor Calendly MCP setup for Cursor. Codex Calendly MCP setup for Codex. OpenAI Agents Calendly MCP setup for OpenAI Agents SDK. Claude Agent SDK Calendly MCP setup for Claude Agent SDK. Vercel AI SDK Calendly MCP setup for Vercel AI SDK. LangChain Calendly MCP setup for LangChain. LangGraph Calendly MCP setup for LangGraph. CrewAI Calendly MCP setup for CrewAI. MCP clients Calendly MCP setup for Generic MCP Clients.
Calendly CLI Matrix
Use these pages for direct Calendly CLI workflows in scripts, CI, cron, and agent wrappers.
CI Calendly CLI for CI. Cron Jobs Calendly CLI for cron jobs. Shell Scripts Calendly CLI for shell scripts. Headless Automation Calendly CLI for headless automation. Coding Agents Calendly CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
calendly.calendly_list_event_types | Read read | 5 | List event types for a Calendly user or organization. |
calendly.calendly_get_event_type | Read read | 1 | Get a single Calendly event type by UUID. |
calendly.calendly_create_booking | Write write | 5 | Create a booking in Calendly by generating a one-off event type with a scheduling URL for the invitee. |
calendly.calendly_list_bookings | Read read | 7 | List scheduled Calendly bookings (events) with optional filters. |
calendly.calendly_list_organizations | Read read | 1 | List Calendly organizations the authenticated user belongs to. |
calendly.calendly_list_users | Read read | 4 | List users (organization memberships) in a Calendly organization. |
calendly.calendly_get_current_user | Read read | 0 | Get the authenticated Calendly user profile. |