About
Overview
The Cal.com MCP Server enables AI agents to interact with Cal.com, the open-source scheduling platform. It provides tools for managing event types, checking availability, creating and managing bookings, and configuring scheduling preferences.
Capabilities
Tools & Capabilities
⚡list_event_types
List all configured event types
⚡get_availability
Check available time slots
⚡create_booking
Create a new booking
⚡cancel_booking
Cancel an existing booking
⚡list_bookings
List upcoming bookings
Setup
Installation
bash
Install
npx -y @calcom/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"calcom": {
"command": "npx",
"args": ["-y", "@calcom/mcp-server"],
"env": {
"CAL_API_KEY": "your-api-key"
}
}
}
}Quick Info
Authorcalcom
LanguageTypeScript
StatusStable
Stars★ 85
Last UpdatedFeb 12, 2026