Cal.com MCP Server for Customers
Enables AI assistants to book meetings, check availability, and manage Cal.com scheduling through natural conversation.
README
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.