
cal mcp
the official MCP server for cal.com
Repository Info
About This Server
the official MCP server for cal.com
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Cal.com MCP Server
⚠️ Warning: This project is in active development and subject to rapid changes. Features and APIs may be modified frequently. If you have feedback or workflows you'd like to see supported, please get in touch.
Model Context Protocol (MCP) is a standardized protocol for managing context between large language models (LLMs) and external systems or services like Cal.com.
Cal.com's MCP server allows you to use any MCP Client (Claude Desktop, Cursor, Windsurf and many others) to use natural language and your LLM to accomplish things with Cal.com.
Setup
Requirements
- Node.js >= v18.0.0
- MCP Client
- Cal.com API Key - get this from your Cal.com account settings
⚠️ Security Warning: Never share or commit your Cal.com API Key. If exposed, immediately rotate it in your Cal.com account.
Installation
Installation will vary depending on your client, but in most cases you'll need to add the JSON below to your MCP config file. Be sure to insert your Cal.com API token.
{
"mcpServers": {
"cal": {
"command": "npx",
"args": [
"@calcom/cal-mcp@latest"
],
"env": {
"CAL_API_KEY": "YOUR CAL API KEY"
}
}
}
}
Features
This project supports tools for all Cal.com API endpoints by setting the --all-tools flags`. It also supports some prompt workflows tested in Cursor which allow you to quickstart Cal.com applications.
Supported Tools
By default, the following core Cal.com API tools are enabled:
getBookinggetBookingscreateBookingrescheduleBookingcancelBookinggetEventTypesgetEventTypeByIdupdateEventTypedeleteEventType
To access additional tools:
- Add the
--all-toolsor-ato args in your MCP configuration - Run the MCP server
- Use your MCP client's tool discovery feature
Quick Start
Clone the repository
git clone https://github.com/calcom/cal-mcpInstall dependencies
cd cal-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.