Bring Calendly
to Cursor
Create your Vinkius account to connect Calendly Alternative to Cursor and start using all 12 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the Calendly Alternative MCP Server?
Connect your Calendly account to any AI agent and take full control of your scheduling operations through natural conversation.
What you can do
- Event Types — List all meeting templates with their duration, type, description and scheduling URLs
- Scheduled Events — View upcoming and past meetings with invitee info, status and cancellation details
- Invitee Management — Browse attendees across all events with their names, emails and custom question responses
- Availability — Check user availability within a date range to find open slots before booking
- Scheduling Links — Create direct booking links for specific event types (no redirect needed)
- Webhook Management — List and create webhook subscriptions for event notifications (booking created, canceled, no-show)
- Organization Memberships — View team memberships and multi-user account structure
How it works
- Subscribe to this server
- Enter your Calendly Personal Access Token
- Start managing your calendar from Claude, Cursor, or any MCP-compatible client
No more switching to the Calendly app to check who booked what or review upcoming meetings. Your AI acts as a dedicated scheduling assistant.
Who is this for?
- Sales Teams — quickly check upcoming meetings, review invitee details and track booking conversion rates
- Developers — create scheduling links programmatically, monitor webhook events and audit event type configurations
- Managers — review team availability, track meeting volume and manage webhook integrations via conversation
Built-in capabilities (12)
Requires the event type URI and the owner type ("EventType" or "User"). Returns a booking URL that invitees can use to schedule a meeting directly via the API. Create a scheduling link for direct booking
Requires the callback URL, a list of events to subscribe to (e.g. ["invitee.created", "invitee.canceled", "invitee.no_show"]), and the scope (user or organization URI). Optionally provide a signing key for webhook verification. Create a new webhook subscription in Calendly
Provide the event type URI (found in list_event_types). Get details for a specific Calendly event type
Provide the invitee UUID from list_invitees. Get details for a specific invitee
Returns user ID, name, email, slug, organization URI, and scheduling URL. Use this to verify your token is working correctly and to get your user URI for filtering other queries. Get the authenticated Calendly user
Provide the event UUID from list_scheduled_events. Get details for a specific scheduled event
Requires the user URI, start time and end time (both ISO 8601 UTC format). Returns the user's scheduling rules, busy times, and date overrides. Useful for checking when someone is free before booking. Get availability for a Calendly user
Each event type includes its name, description, duration, type (one-on-one, group, collective, round_robin), scheduling URL, and active status. Optionally filter by a specific user URI. Use this to see what meeting options are available for booking. List event types in Calendly
Each invitee includes their name, email, event URI, scheduled start time, and responses to custom questions. Optionally filter by a specific event URI and set a count limit. List invitees (attendees) across all Calendly events
Each membership shows the user, organization, URI, and role. Useful for multi-team accounts and seeing which organizations you are part of. List your memberships in Calendly organizations
Each event includes the event type, start time (UTC), invitee URI, status (active, canceled), and participants. Optionally filter by user URI, status (active or canceled), and count. Useful for reviewing your upcoming calendar. List scheduled events (meetings) in Calendly
Each webhook shows its URL, scope (user or organization), subscribed events (invitee.created, invitee.canceled, etc.), and creation date. Use this to audit your event integrations. List webhook subscriptions in Calendly
Why Cursor?
Cursor's Agent mode turns Calendly Alternative into an in-editor superpower. Ask Cursor to generate code using live data from Calendly Alternative and it fetches, processes, and writes. all in a single agentic loop. 12 tools appear alongside file editing and terminal access, creating a unified development environment grounded in real-time information.
- —
Agent mode turns Cursor into an autonomous coding assistant that can read files, run commands, and call MCP tools without switching context
- —
Cursor's Composer feature can generate entire files using real-time data fetched through MCP. no copy-pasting from external dashboards
- —
MCP tools appear alongside built-in tools like file reading and terminal access, creating a unified agentic environment
- —
VS Code extension compatibility means your existing workflow, keybindings, and extensions all work alongside MCP tools
Calendly Alternative in Cursor
Why run Calendly Alternative with Vinkius?
The Calendly Alternative connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 12 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect Calendly Alternative using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
Calendly Alternative and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect Calendly Alternative to Cursor through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
Calendly Alternative for Cursor
Every request between Cursor and Calendly Alternative is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
How do I create a Calendly Personal Access Token?
Log in to the Calendly Dashboard, go to Integrations & Settings > API & Webhooks, and generate a Personal Access Token. Copy the token immediately — it won't be shown again.
Can I see who booked a meeting?
Yes! Use list_invitees to see all attendees across your events, or list_scheduled_events to see upcoming meetings with their invitee URIs. Then use get_invitee with the invitee UUID to get their full name, email, timezone and answers to custom questions.
Can I check availability before booking?
Yes! Use get_user_availability with the user's URI, start time and end time (ISO 8601 UTC). It returns the user's scheduling rules, busy times and date overrides so you can identify open slots before creating a booking.
Can I set up webhooks for new bookings?
Yes! Use create_webhook with your callback URL, events like 'invitee.created' and 'invitee.canceled', and the scope (your user or organization URI). Optionally provide a signing key for verification. You can audit existing webhooks with list_webhooks.
What is Agent mode and why does it matter for MCP?
Agent mode is Cursor's autonomous execution mode where the AI can perform multi-step tasks: reading files, editing code, running terminal commands, and calling MCP tools. Without Agent mode, Cursor operates in a simpler ask-and-answer mode that doesn't support tool calling. Always ensure you're in Agent mode when working with MCP servers.
Where does Cursor store MCP configuration?
Cursor looks for MCP server configurations in a mcp.json file. You can configure servers at the project level (.cursor/mcp.json in your project root) or globally (~/.cursor/mcp.json). Project-level configs take precedence.
Can Cursor use MCP tools in inline edits?
No. MCP tools are only available in Agent mode through the chat panel. Inline completions and Tab suggestions do not trigger MCP tool calls. This is by design. tool calls require user visibility and approval.
How do I verify MCP tools are loaded?
Open Settings → Features → MCP and look for your server name. A green indicator means the server is connected. You can also check Agent mode's available tools by clicking the tools dropdown in the chat panel.
Tools not appearing in Cursor
Ensure you are in Agent mode (not Ask mode). MCP tools only work in Agent mode.
Server shows as disconnected
Check Settings → Features → MCP and verify the server status. Try clicking the refresh button.
Explore More MCP Servers
View all →
IBKR (Interactive Brokers)
9 toolsManage your Interactive Brokers account — execute trades, monitor portfolio ledgers, and fetch real-time market data via the Client Portal API.

SingleStore
6 toolsEquip your AI agent to natively interact with your SingleStore database. Execute raw SQL queries, perform semantic vector searches, list workspaces, and audit billing directly from the terminal.

Anaplan
10 toolsManage Anaplan workspaces, models, and data actions (imports, exports, processes) directly via AI.

Wherefour
12 toolsManage inventory, traceability, and orders with Wherefour ERP through AI.
