Calendly Connector for AI agents.
10 live capabilities
Manage your meeting schedule and event types from your chat interface.
Waiting for input…
Why people use Calendly
Calendly for faster sales meeting management
This Connector changes that by bringing the dashboard into your chat. You just ask your agent to show you your meetings or find a time for a new demo. You get the info you need instantly without the tab switching.
What Vinkius changes
You get to manage your schedule via text instead of clicking through a dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Sales Prep
A rep asks the agent for the names and tracking data of people booked for a demo this week to prepare for a call.
- Real-world use case 02
Interview Tracking
A recruiter asks how many candidates haven't shown up for interviews this month to identify patterns.
- Real-world use case 03
Scheduling
A founder asks if they are free for a 30 minute call on Friday afternoon to find time for a quick sync.
Complete set · 10capabilities
The complete Calendly capability set.
These are the exact actions your AI can choose when you ask it to work with Calendly.
01—04
4 capabilities in this set.
Part of 10 available through Calendly.
- 01 Capability
Get user
Fetch your Calendly profile details like your name, email, and current plan. This helps the agent know who it is working for.
- 02 Capability
List event types
See all your meeting templates and event types in one list. This is useful for seeing what kinds of bookings you offer.
- 03 Capability
Get event type
Get the specific configuration details for one of your event types. Use this to check specific rules for a single meeting type.
- 04 Capability
List scheduled events
View every past and upcoming meeting on your calendar. This gives your agent a full view of your current schedule.
05—07
3 capabilities in this set.
Part of 10 available through Calendly.
- 05 Capability
Get scheduled event
Pull the full details for a single specific meeting. This lets you see exact details for one particular booking.
- 06 Capability
List invitees
Get a list of everyone attending a specific scheduled event. This is great for quick prep before a call starts.
- 07 Capability
Cancel event
Cancel a meeting and send a reason to the people invited. This automates the notification process for you.
08—10
3 capabilities in this set.
Part of 10 available through Calendly.
- 08 Capability
List availability
See all your configured availability schedules. Use this to understand your general booking rules.
- 09 Capability
Get available times
Find open booking slots for a specific meeting type on a specific date. This helps you check if a time works.
- 10 Capability
List org members
See the full team structure and members of your organization. This helps you manage your team's calendar access.
Set up in minutes
One URL. Then ask Calendly to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Calendly from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DOt7UFQ4SfVccNAVZMcpaxjn8iFaL93ltcbJDWi0/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Calendly, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Calendly for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DOt7UFQ4SfVccNAVZMcpaxjn8iFaL93ltcbJDWi0/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Calendly URL.
- Step 03
Save and start
Save the connection and enable Calendly in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"calendly": {
"url": "https://edge.vinkius.com/vk_preview_DOt7UFQ4SfVccNAVZMcpaxjn8iFaL93ltcbJDWi0/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Calendly
Open Agent mode in chat and ask: "Using Calendly, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"calendly": {
"url": "https://edge.vinkius.com/vk_preview_DOt7UFQ4SfVccNAVZMcpaxjn8iFaL93ltcbJDWi0/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Calendly
Ask Copilot: "Using Calendly, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"calendly": {
"url": "https://edge.vinkius.com/vk_preview_DOt7UFQ4SfVccNAVZMcpaxjn8iFaL93ltcbJDWi0/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Calendly
Open Cascade and ask: "Using Calendly, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"calendly": {
"url": "https://edge.vinkius.com/vk_preview_DOt7UFQ4SfVccNAVZMcpaxjn8iFaL93ltcbJDWi0/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Calendly
Ask Cline: "Using Calendly, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add calendly --transport http "https://edge.vinkius.com/vk_preview_DOt7UFQ4SfVccNAVZMcpaxjn8iFaL93ltcbJDWi0/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Calendly
Ask Claude: "Using Calendly, show me...". 10 tools are ready
Where the request belongs
Work Calendly can move forward.
This is for anyone whose day is dictated by meetings. If you are tired of the back-and-forth email chain to find a time or if you are manually tracking who actually showed up to your demos, this is for you.
Sales Development Rep
Checks demo invitee details and UTM tags before a call to prepare for a discovery session.
Technical Recruiter
Manages multiple interview types and tracks candidate attendance across different departments.
Customer Success Manager
Monitors onboarding calls and follows up on no-shows to keep clients on track.
Startup Founder
Gets a high-level summary of the week's meetings and finds gaps for deep work sessions.
When one Connector is not enough
Carry the request into a workflow.
Combine Calendly with the systems that finish the task.
View all recipesBook Appointments via WhatsApp Using MCP
Your AI agent checks availability, sends time slots via WhatsApp and logs every booking
MCP Recipe for WhatsApp Legal Consultations
Consultation booked, case tracker updated, client confirmed on WhatsApp , your law firm never misses a lead or a meeting
Connectors for Automated Customer Onboarding
One AI agent handles CRM, scheduling and messaging , no triggers, no webhooks
Onboard Agency Clients Automatically Using MCP
Your new client signed the contract 5 days ago and nobody has sent the onboarding questionnaire yet , the account manager forgot because they are juggling 3 other kickoffs and the client is already wondering if they made the right choice
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCalendly
Manage meetings and scheduling via Calendly. list event types, track scheduled events, inspect invitees and manage webhooks from any AI agent.
Cal.com
Automate scheduling via Cal.com. manage bookings, event types, and availability directly from any AI agent.
Appointlet
Bring Appointlet scheduling directly into your AI agent. list schedules, track bookings, cancel events, and manage attendees seamlessly.
Google Calendar
Sync and orchestrate your agenda securely. scan, schedule, and manipulate Google Calendar events natively in chat.
SuperSaaS
Automate online scheduling and bookings via SuperSaaS. manage schedules, appointments, and users directly from any AI agent.
Cronofy
Automate scheduling via Cronofy. unify Google, iCloud, and Exchange calendars to manage events and track multi-user availability directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Calendly connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Calendly.
The practical details behind the request, access and result.
Can I use the Calendly MCP to see who is coming to my meetings?
Yes, you can ask your agent to list all invitees for any specific meeting. It will pull the names and any other responses directly into your chat.
How do I check my availability with the Calendly MCP?
Just ask your agent to check your availability for a specific date or time. It will look at your configured schedules and tell you what's open.
Can the Calendly MCP cancel a meeting for me?
Yes, it can cancel a scheduled meeting and even send a reason to the people invited. This saves you from having to send manual emails.
Can I manage my team's structure using the Calendly MCP?
Yes, you can ask the agent to list your organization members. It will show you the team structure and who belongs to your organization.
Is the Calendly MCP good for sales teams?
It is excellent for sales teams. It allows reps to quickly check invitee details and UTM parameters without leaving their primary workspace.
How does the Calendly MCP help with no-shows?
It helps by allowing you to track no-shows and get a summary of your meeting patterns, which helps you manage your time more effectively.
Can my AI agent prepare me for my next call in 10 seconds?
Yes. Ask your agent to list your upcoming events. it returns the invitee name, email, event type, and scheduled time. Combine it with a CRM lookup and you have a complete pre-call brief without opening a single tab. Sales reps who adopted this workflow report saving 5–10 minutes per meeting in context-switching time.
How can I track no-shows and cancellations across my team?
Ask your agent to list recent events filtered by status. It surfaces cancellations with their reasons and identifies no-show patterns. Perfect for weekly pipeline reviews. instead of manually exporting Calendly analytics, ask your agent to aggregate the data and highlight trends. Your AI does the number-crunching while you focus on coaching.
I manage multiple event types for different use cases. can my agent help me audit them?
Absolutely. List all your event types and your agent shows you each one with its duration, scheduling URL, active/inactive status, and configuration. Spot duplicates, identify unused event types, and clean up your scheduling page. all through a single conversation. No clicking through dozens of Calendly settings pages.
One connection away
Give your agent a direct line to Calendly.
Connect Calendly once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available