Fantastical Connector for AI agents.
10 live capabilities
Manage unified calendars and scheduling proposals with natural language.
Waiting for input…
Why people use Fantastical
Fantastical for Unified Calendar Management
With this Connector, you just tell your agent what you need. You can ask it to find a gap in your schedule or create a new entry across every account at once. It pulls everything into one view so you can stop the manual data entry and just focus on your day.
What Vinkius changes
You get a single conversational interface for every calendar and task app you own.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Booking a team lunch
A manager needs to book a team lunch and wants to see everyone's availability across different providers using list_events.
- Real-world use case 02
Sending meeting options
An assistant needs to send three different time options to a client and wants to track who picks which one with list_proposals.
- Real-world use case 03
Quickly blocking focus time
A freelancer wants to quickly add a "Deep Work" block to their calendar using a voice-to-text command with create_event.
Complete set · 10capabilities
The complete Fantastical capability set.
These are the exact actions your AI can choose when you ask it to work with Fantastical.
01—04
4 capabilities in this set.
Part of 10 available through Fantastical.
- 01 Capability
Delete event
Remove a specific calendar entry from your schedule permanently. This keeps your view clean.
- 02 Capability
List proposals
Check the status of all suggested meeting times and attendee responses. This helps you track meeting progress.
- 03 Capability
Create reminder
Add a new task to Apple Reminders or Todoist based on your current setup. This keeps your tasks synced.
- 04 Capability
List events
See all your scheduled items within a specific date range. This is great for auditing your week.
05—07
3 capabilities in this set.
Part of 10 available through Fantastical.
- 05 Capability
Get event
Pull the full details for a specific calendar entry using its ID. Use this to see exact notes and locations.
- 06 Capability
Update event
Change the title, time, or notes of an existing event across all providers. It keeps your data consistent.
- 07 Capability
Create event
Use this to add new appointments by typing a simple sentence. It handles the parsing for you.
08—10
3 capabilities in this set.
Part of 10 available through Fantastical.
- 08 Capability
List calendars
See every connected provider like Google or iCloud in one place. This gives you a full overview of your accounts.
- 09 Capability
List openings
View all your active openings and shareable links. This helps you see what's available for others to book.
- 10 Capability
Get opening
Pull the specific details for a single scheduling page. This is useful for sharing specific booking links.
Set up in minutes
One URL. Then ask Fantastical to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Fantastical 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_Pm8fPsiaulAZoHD7gTKl9RT3smTO2QVvkg4LCfhZ/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 Fantastical, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Fantastical for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Pm8fPsiaulAZoHD7gTKl9RT3smTO2QVvkg4LCfhZ/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 Fantastical URL.
- Step 03
Save and start
Save the connection and enable Fantastical in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fantastical": {
"url": "https://edge.vinkius.com/vk_preview_Pm8fPsiaulAZoHD7gTKl9RT3smTO2QVvkg4LCfhZ/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 Fantastical
Open Agent mode in chat and ask: "Using Fantastical, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fantastical": {
"url": "https://edge.vinkius.com/vk_preview_Pm8fPsiaulAZoHD7gTKl9RT3smTO2QVvkg4LCfhZ/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 Fantastical
Ask Copilot: "Using Fantastical, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fantastical": {
"url": "https://edge.vinkius.com/vk_preview_Pm8fPsiaulAZoHD7gTKl9RT3smTO2QVvkg4LCfhZ/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 Fantastical
Open Cascade and ask: "Using Fantastical, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fantastical": {
"url": "https://edge.vinkius.com/vk_preview_Pm8fPsiaulAZoHD7gTKl9RT3smTO2QVvkg4LCfhZ/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 Fantastical
Ask Cline: "Using Fantastical, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fantastical --transport http "https://edge.vinkius.com/vk_preview_Pm8fPsiaulAZoHD7gTKl9RT3smTO2QVvkg4LCfhZ/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 Fantastical
Ask Claude: "Using Fantastical, show me...". 10 tools are ready
Where the request belongs
Work Fantastical can move forward.
This is for the person whose day is split across four different calendar apps and who spends way too much time copy-pasting availability to colleagues.
Executive Assistant
Coordinating complex travel and meetings across multiple executive calendars and providers.
Project Manager
Checking team availability and sending out meeting proposals quickly to keep projects moving.
Freelance Consultant
Managing public booking links and syncing client tasks with personal reminders.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNotion Calendar (formerly Cron)
Manage scheduling via Notion Calendar. create events, track team availability, and manage scheduling links directly from any AI agent.
Motion (AI Calendar & Task Management)
Manage your schedule via Motion. create AI-optimized tasks, track projects, and audit your timeline.
Cronofy
Automate scheduling via Cronofy. unify Google, iCloud, and Exchange calendars to manage events and track multi-user availability directly from any AI agent.
Google Calendar
Sync and orchestrate your agenda securely. scan, schedule, and manipulate Google Calendar events natively in chat.
Cal.com
Manage your scheduling via Cal.com. track bookings, manage event types, and coordinate meetings directly from any AI agent.
Truto Unified Calendar
Empower your AI agent with a universal API to read, schedule, and sync events seamlessly across Google, Outlook, and other major calendar providers.
Bring your own AI
Change the model, client or framework. Keep Fantastical 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 Fantastical.
The practical details behind the request, access and result.
Can the Fantastical MCP see my personal and work calendars at the same time?
Yes. It pulls from all your connected providers like Google, iCloud, and Exchange into one view so you can see your full day at a glance.
How does the Fantastical MCP handle meeting proposals?
It tracks all your suggested meeting times and shows you who has responded, making it much easier to finalize a time without checking your email.
Can I use the Fantastical MCP to create tasks in Todoist?
Yes, you can create reminders that sync with either Apple Reminders or Todoist depending on how you have your account set up.
Does the Fantastical MCP support natural language for event creation?
It does. You can just tell your agent what you want to schedule in plain English and it will parse the details for you.
Can I manage my booking links with the Fantastical MCP?
You can list and manage your shareable booking links and openings directly through your AI client.
How do I connect my multiple calendar accounts to the Fantastical MCP?
Once you subscribe, you just need to provide your Fantastical API Key from your account hub to link all your providers.
Can my agent create events using natural language phrases like in the Fantastical app?
Yes. Use the 'create_event' capability. Fantastical's engine is designed to parse phrases like 'Lunch with Bob at 1pm next Tuesday'. The agent will transmit the string and return the structured event data flawlessly.
How do I see my available scheduling links (Openings) via chat?
Use the 'list_openings' capability. Your agent will retrieve all your active scheduling pages, providing the booking link URLs and duration settings so you can share them with others easily.
Can I suggest multiple meeting times to someone through the agent?
Absolutely. Use the 'list_proposals' capability to monitor existing suggestions. Fantastical Proposals allow you to offer several slots to attendees, and your agent can help you track their responses and finalize the event.
One connection away
Give your agent a direct line to Fantastical.
Connect Fantastical once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available