Cal.com MCP
Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.
Ads
Overview
> Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance. The Cal.com MCP server wraps the Cal.com API v2 in the Model Context Protocol, letting you manage bookings, event types, schedules, and more through natural language in any MCP-compatible client. The fastest way to get started is to connect your MCP client directly to mcp.cal.com. The hosted server uses Streamable HTTP transport with OAuth 2.1 authentication — your client handles the authorization flow automatically.
Installation
https://mcp.cal.com/mcp
Configuration
{
"mcpServers": {
"calcom": {
"url": "https://mcp.cal.com/mcp"
}
}Capabilities
- List and filter bookings
Ask for your upcoming meetings and the assistant uses `get_bookings` to return them.
- Create and manage event types
Use `create_event_type` and `update_event_type` to set up new meeting types.
- Check availability
Ask for open slots using `get_availability` and `get_busy_times`.
- Manage schedules
Create or update your availability schedules with `create_schedule` and `update_schedule`.
Tags
- calendar
- productivity
- workflow-automation
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.