Cal.Com Server For Customers
FreeNot checkedEnables AI assistants to book meetings, check availability, and manage Cal.com scheduling through natural conversation.
About
Enables AI assistants to book meetings, check availability, and manage Cal.com scheduling through natural conversation.
README
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 ([email protected]) 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.
Install Cal.Com Server For Customers in Claude Desktop, Claude Code & Cursor
unyly install cal-com-mcp-server-for-customersInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add cal-com-mcp-server-for-customers -- uvx calcom-mcp-for-customersFAQ
Is Cal.Com Server For Customers MCP free?
Yes, Cal.Com Server For Customers MCP is free — one-click install via Unyly at no cost.
Does Cal.Com Server For Customers need an API key?
No, Cal.Com Server For Customers runs without API keys or environment variables.
Is Cal.Com Server For Customers hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Cal.Com Server For Customers in Claude Desktop, Claude Code or Cursor?
Open Cal.Com Server For Customers on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Cal.Com Server For Customers with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
