How to Use the Cal.com MCP in Claude Code
Manage your calendar from the command line. Claude Code handles scheduling and webhook audits directly in your terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Cal.com MCP to Claude Code
Create your Vinkius account to connect Cal.com to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless scheduling via Claude Code
The `create_new_booking` tool in this MCP Server lets you schedule meetings without leaving your SSH session. You type a command to set up an incident review. The CLI checks your working hours via `list_availability_schedules` and fires off the calendar invite. This works perfectly in automated scripts. If an alert triggers in your infrastructure, you pipe that event into the agent. It runs `get_available_slots` and books a sync with the on-call engineer automatically.
Automate your webhook audits
The `list_active_webhooks` tool pulls your event routing configurations straight to standard output. You tell the CLI to audit your logging endpoints. It grabs the active URLs and formats them into a JSON report. You never touch a GUI. The agent calls `get_event_type_details` to map which templates trigger which webhooks. You pipe this data directly into your CI/CD pipeline to verify your environment matches production.
Manage the Cal.com MCP Server from the CLI
The `reschedule_meeting` tool shifts appointments directly from your prompt. You tell the terminal agent that a deployment is running late. It finds the upcoming sync using `list_bookings` and moves it back an hour. It handles cancellations just as fast. The agent executes `cancel_booking` to clear your schedule and sends the updated status to the terminal. You verify the token connection anytime with `test_cal_auth`.
Set up Cal.com MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecalcom-alternative-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Cal.com transactions." It will automatically discover and invoke the available Cal.com tools.
claude mcp add --transport http calcom-alternative-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Cal.com MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Cal.com MCP today
We host it, we monitor it, we maintain it. You just paste one token.