A Cal.com Calendar MCP server that integrates with the Cal.com Calendar API to provide appointment scheduling capabilities for AI assistants. It offers tools for adding, updating, deleting, and listing calendar appointments with features like rate limiting and error handling. The implementation uses the MCP SDK to expose these calendar operations as tools that can be called programmatically, making it valuable for workflows where scheduling and calendar management are needed without leaving the conversation interface.
No reviews yet. Be the first to review!
Sign in to join the conversation
Create new calendar appointments. Inputs: eventTypeId (number), startTime (string), endTime (string), name (string), email (string), notes (string, optional)
Update existing calendar appointments. Inputs: bookingId (number), startTime (string, optional), endTime (string, optional), notes (string, optional)
Delete existing calendar appointments. Inputs: bookingId (number), reason (string, optional)
List calendar appointments in a date range. Inputs: startDate (string), endDate (string)