Back to MCP Servers
Calcom
MCP server for Calcom. Manage event types, create bookings, and access Cal.com scheduling data through LLMs.
communicationllm
Installation
npx -y calcom-mcpConfiguration
{
"mcpServers": {
"calcom-mcp": {
"command": "npx",
"args": ["-y", "calcom-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes