Cal.com MCP server for interacting with the Cal.com API
Project description
Cal.com MCP Server for Customers
A FastMCP server that allows AI assistants and LLMs to interact with your Cal.com calendar. This enables AI to help your customers book meetings, check availability, and manage your scheduling directly through natural conversation.
Quick Start
The easiest way to use this MCP server is with uvx:
uvx run calcom-mcp-for-customers@latest stdio
What This Does
This MCP server gives AI assistants the ability to:
- Check your availability by listing your event types
- Book meetings on your calendar with customer details
- View existing bookings and their status
- Access your Cal.com schedules, teams, and users
- Manage webhooks for your Cal.com account
Setup Requirements
Before using this MCP server, you need:
-
A Cal.com account with API access
-
Your Cal.com API key (get it from your Cal.com settings → Developer section)
-
Set your API key as an environment variable:
export CALCOM_API_KEY="your_actual_api_key_here"
Usage with AI Assistants
Once running, the MCP server provides these tools to AI assistants:
Booking Management
create_booking()- Book new meetings with customer detailsget_bookings()- View existing bookings with filterslist_event_types()- Show available meeting types
Account Information
list_schedules()- View your availability scheduleslist_teams()- Access team informationlist_users()- View account userslist_webhooks()- Manage webhook configurations
Status Check
get_api_status()- Verify API key configuration
Transport Options
The server supports different connection methods:
stdio- Standard input/output (most common)sse- Server-Sent Events (port 9557)streamable-http- HTTP streaming (port 9558)
Example AI Conversation
With this MCP server running, you can have conversations like:
You: "What meeting types do I have available?"
AI: Uses
list_event_types()to show your Cal.com event typesYou: "Book a 30-minute consultation with John Doe (john@example.com) for tomorrow at 2 PM"
AI: Uses
create_booking()to schedule the meeting and confirms the booking
Security Note
Keep your Cal.com API key secure! Never share it publicly or commit it to version control. Always use environment variables to store your API key.
Installation for Development
If you want to modify or contribute to this MCP server:
git clone https://github.com/Niopub/calcom-mcp-for-customers.git
cd calcom-mcp-for-customers
python -m venv .venv
source .venv/bin/activate
uv pip install -e .
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file calcom_mcp_for_customers-1.1.0.tar.gz.
File metadata
- Download URL: calcom_mcp_for_customers-1.1.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f18fe37f1ea6061f02657b453afff12a09353880948082031af86531143d90b
|
|
| MD5 |
5439d685267589f006fe33e7afed6098
|
|
| BLAKE2b-256 |
b023350eccba03e9ed1ce3147ea81f8ec6dd42ab41137858d8cabe8314ca6b7f
|
File details
Details for the file calcom_mcp_for_customers-1.1.0-py3-none-any.whl.
File metadata
- Download URL: calcom_mcp_for_customers-1.1.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05cf6cada920475ce8caa6e3a60b12e425015ef4b39b8f641171884b2d6cb180
|
|
| MD5 |
30984d58ddd92e5ef72f40bc4935694b
|
|
| BLAKE2b-256 |
baa4b8a302b3a02dfa43fd40598f354560bcab151bd1985d98e419924b3f9e27
|