C
Cal.com
📋 Productivity
Manage scheduling with Cal.com — read availability, list and create bookings, and manage event types, so your AI can book meetings for you.
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"calcom": {
"command": "npx",
"args": [
"-y",
"cal-mcp"
],
"env": {
"CALCOM_API_KEY": "your-calcom-api-key-here"
}
}
}
}