Real availability, real bookings, and single-use scheduling links — driven from the conversation.
If you already use Calendly, the calendly mcp server is the piece that lets your assistant work with it directly. Calendly's official remote MCP server lets assistants check availability, book and cancel meetings, generate scheduling links, and manage event types and schedules.
Calendly's official remote MCP server lets assistants check availability, book and cancel meetings, generate scheduling links, and manage event types and schedules.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
event_types-list_event_type_available_times — Returns bookable slots for an event type within a date range of at most seven daysevent_types-list_event_types — Lists the event types belonging to a user or organizationevent_types-create_event_type — Creates a new event typeevent_types-update_event_type — Modifies an existing event type's configurationevent_types-update_event_type_availability_schedule — Changes which availability schedule an event type usesmeetings-list_events — Retrieves scheduled events filtered by user, organization, invitee, status, and time range, with pagination and sortingmeetings-get_event — Fetches the details of a single scheduled eventmeetings-cancel_event — Cancels a scheduled eventmeetings-create_invitee — Books a new appointment on an event type. Requires a paid Calendly planmeetings-list_event_invitees — Lists the invitees attached to a scheduled eventmeetings-create_invitee_no_show — Marks an invitee as a no-show; companion tools read and clear the recordscheduling_links-create_single_use_scheduling_link — Generates a disposable booking link that can be handed to one specific personBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
A Calendly account (free tier can connect). Programmatic booking requires a paid plan and routing-form tools require Teams or above. Any MCP client supporting remote Streamable HTTP with OAuth.
Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Calendly's toolset — event_types-list_event_type_available_times, event_types-list_event_types, event_types-create_event_type and 15 more — is a fair guide to whether it matches your workflow. It is maintained by Calendly rather than a third party, which usually means auth handling and breaking changes are dealt with faster.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
Draft the outreach and book the slot in one pass — find open times, create a single-use link for the candidate or prospect, and confirm what landed.
Ask what was booked this week, who no-showed, and which event types point at the wrong availability schedule, then fix the misconfigured ones in place.
Let an assistant find a replacement slot inside the seven-day availability window, cancel the old event, and issue a fresh link.
Read organization memberships, send invitations to new hires, and revoke pending invites that are no longer needed.
| Tool | What it does |
|---|---|
| event_types-list_event_type_available_times | Returns bookable slots for an event type within a date range of at most seven days. |
| event_types-list_event_types | Lists the event types belonging to a user or organization. |
| event_types-create_event_type | Creates a new event type. |
| event_types-update_event_type | Modifies an existing event type's configuration. |
| event_types-update_event_type_availability_schedule | Changes which availability schedule an event type uses. |
| meetings-list_events | Retrieves scheduled events filtered by user, organization, invitee, status, and time range, with pagination and sorting. |
| meetings-get_event | Fetches the details of a single scheduled event. |
| meetings-cancel_event | Cancels a scheduled event. |
| meetings-create_invitee | Books a new appointment on an event type. Requires a paid Calendly plan. |
| meetings-list_event_invitees | Lists the invitees attached to a scheduled event. |
| meetings-create_invitee_no_show | Marks an invitee as a no-show; companion tools read and clear the record. |
| scheduling_links-create_single_use_scheduling_link | Generates a disposable booking link that can be handed to one specific person. |
| shares-create_share | Builds a customised scheduling link for sharing. |
| availability-list_user_busy_times | Returns the periods a user is already occupied. |
| availability-list_user_availability_schedules | Lists a user's availability schedules; a companion tool fetches one by identifier. |
| routing_forms-list_routing_forms | Lists routing forms and, with companion tools, their submissions. Teams plan and above. |
| users-get_current_user | Returns the authenticated user's profile. |
| organizations-list_organization_memberships | Lists organization members; companion tools read, send, and revoke membership invitations. |
claude mcp add calendly --transport http https://mcp.calendly.comA Calendly account (free tier can connect). Programmatic booking requires a paid plan and routing-form tools require Teams or above. Any MCP client supporting remote Streamable HTTP with OAuth.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.