Danielpeter-99/calcom-mcp
MCP server for Calcom. Manage event types, create bookings, and access Cal.com scheduling data through LLMs.
Quick Start
Clone the repository:
git clone https://github.com/Danielpeter-99/calcom-mcpClaude Desktop configuration example:
{
"mcpServers": {
"calcom-mcp": {
"command": "npx",
"args": [
"-y",
"Danielpeter-99/calcom-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.