Cal.com MCP Server
Provides tools for managing Cal.com scheduling, including listing event types, checking availability, and creating, canceling, and rescheduling bookings.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cal.com MCP ServerCreate a 30-min meeting tomorrow at 2pm for project review."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cal.com MCP Server
Exposes Cal.com scheduling tools to AI agents via the Model Context Protocol (MCP).
Tools Available
Tool | Description |
| List all available event types (meeting types) |
| Get free/busy slots for a date range |
| Create a new booking/appointment |
| Cancel an existing booking |
| Move a booking to a new time slot |
| List bookings with status filters |
Related MCP server: @aiwerk/mcp-server-cal
Setup
1. Configure environment
cp .env.example .env
# Edit .env and set your CAL_API_KEY2. Install dependencies
npm install3. Run tests
npm test4. Start the server
npm start
# Server will run at http://localhost:3000Transport Options
Streamable HTTP (recommended for production)
POST http://localhost:3000/mcp
GET http://localhost:3000/mcpSSE (Server-Sent Events)
GET http://localhost:3000/sse # Open SSE stream
POST http://localhost:3000/sse-messages # Send messagesstdio (local testing)
TRANSPORT=stdio npm startConnecting to Claude
Add to your MCP client config:
{
"mcpServers": {
"calcom": {
"url": "http://localhost:3000/mcp",
"transport": "streamable-http"
}
}
}API Endpoints
GET /health— Health checkGET /— Server manifest (lists tools and capabilities)POST /mcp— MCP Streamable HTTP endpointGET /sse— SSE connectionPOST /sse-messages— SSE message endpoint
Environment Variables
Variable | Description | Default |
| Cal.com API key (required) | — |
| Cal.com API base URL |
|
| HTTP server port |
|
|
|
|
|
|
|
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- PythonMIT

@aiwerk/mcp-server-calofficial
AlicenseAqualityCmaintenanceConnects AI assistants to Cal.com for managing bookings, event types, and availability through natural language.Last updated1282MIT- Alicense-qualityDmaintenanceEnables AI assistants to book meetings, check availability, and manage Cal.com scheduling through natural conversation.Last updatedMIT
- Flicense-qualityDmaintenanceMCP server for Cal.com scheduling, providing ~70 tools to manage schedules, event types, bookings, calendars, webhooks, and teams. Enables natural language control of Cal.com from Claude or any MCP-compatible client.Last updated
Related MCP Connectors
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
AI-native scheduling: check availability, book meetings, cancel and reschedule via MCP
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/imubashir9/calcom-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server