- Explore MCP Servers
- cal_dot_com_mcpserver
Cal Dot Com Mcpserver
What is Cal Dot Com Mcpserver
cal_dot_com_mcpserver is an MCP server implementation that integrates with the Cal.com Calendar API, enabling users to manage appointment scheduling effectively.
Use cases
Use cases include scheduling meetings, managing personal appointments, coordinating events, and integrating with other applications that require calendar functionalities.
How to use
To use cal_dot_com_mcpserver, you need to sign up for a Cal.com account, obtain an API key, and configure your settings accordingly. You can then utilize various tools to add, update, delete, or list appointments.
Key features
Key features include adding new appointments, updating existing ones, deleting appointments, and listing scheduled appointments within specific date ranges.
Where to use
cal_dot_com_mcpserver can be used in various fields such as event management, personal scheduling, business appointments, and any scenario requiring effective calendar management.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Cal Dot Com Mcpserver
cal_dot_com_mcpserver is an MCP server implementation that integrates with the Cal.com Calendar API, enabling users to manage appointment scheduling effectively.
Use cases
Use cases include scheduling meetings, managing personal appointments, coordinating events, and integrating with other applications that require calendar functionalities.
How to use
To use cal_dot_com_mcpserver, you need to sign up for a Cal.com account, obtain an API key, and configure your settings accordingly. You can then utilize various tools to add, update, delete, or list appointments.
Key features
Key features include adding new appointments, updating existing ones, deleting appointments, and listing scheduled appointments within specific date ranges.
Where to use
cal_dot_com_mcpserver can be used in various fields such as event management, personal scheduling, business appointments, and any scenario requiring effective calendar management.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Cal.com Calendar MCP Server
An MCP server implementation that integrates with Cal.com Calendar API, providing appointment scheduling capabilities.
Features
- Add Appointments: Schedule new calendar appointments with attendee details
- Update Appointments: Modify existing appointment details such as time and notes
- Delete Appointments: Cancel and remove existing appointments
- List Appointments: View scheduled appointments for specific date ranges
Tools
-
calcom_add_appointment
- Create new calendar appointments
- Inputs:
eventTypeId(number): The Cal.com event type IDstartTime(string): Start time in ISO format (YYYY-MM-DDTHH:mm:ss.sssZ)endTime(string): End time in ISO format (YYYY-MM-DDTHH:mm:ss.sssZ)name(string): Attendee’s nameemail(string): Attendee’s emailnotes(string, optional): Additional notes for the appointment
-
calcom_update_appointment
- Update existing calendar appointments
- Inputs:
bookingId(number): The Cal.com booking ID to updatestartTime(string, optional): New start time in ISO formatendTime(string, optional): New end time in ISO formatnotes(string, optional): New notes for the appointment
-
calcom_delete_appointment
- Delete existing calendar appointments
- Inputs:
bookingId(number): The Cal.com booking ID to deletereason(string, optional): Reason for cancellation
-
calcom_list_appointments
- List calendar appointments in a date range
- Inputs:
startDate(string): Start date in YYYY-MM-DD formatendDate(string): End date in YYYY-MM-DD format
Configuration
Getting an API Key
- Sign up for a Cal.com account
- Navigate to Settings > Developer > API Keys
- Generate a new API key with appropriate permissions
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
Docker
{
"mcpServers": {
"calcom-calendar": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CALCOM_API_KEY",
"mcp/calcom-calendar"
],
"env": {
"CALCOM_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
NPX
{
"mcpServers": {
"calcom-calendar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-calcom-calendar"
],
"env": {
"CALCOM_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Build
Docker build:
docker build -t mcp/calcom-calendar:latest -f Dockerfile .
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










