How to Use the Notion Calendar (formerly Cron) MCP in Cursor
Manage your Notion Calendar schedule directly inside your Cursor editor with this dedicated MCP setup.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Notion Calendar (formerly Cron) MCP to Cursor
Create your Vinkius account to connect Notion Calendar (formerly Cron) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inline calendar scheduling inside Cursor
The `create_event` tool lets Cursor insert calendar blocks directly from your active coding workspace. When you are coordinating a deployment window or a team review, the editor writes the event to your Notion Calendar without you switching windows. By running this inside Cursor's Agent mode, the editor uses live calendar data to schedule around your coding blocks. This prevents you from booking a meeting during your planned focus or deep-work development sessions.
Fetch real-time availability via this MCP Server
The `get_availability` tool queries your Notion Calendar to find free slots while you write code. Cursor reads this live data to suggest meeting times to clients or team members directly within your codebase comments or chat. Because Cursor uses a local MCP Server configuration, the tool execution is nearly instant. The editor pulls your direct schedule constraints so you never have to guess your availability while deep in a programming flow.
Inspect specific event details inside your editor
The `get_event` tool extracts structural properties from specific Notion Calendar targets directly into your Cursor chat. If you need to check the description or meeting link for an upcoming code review, the editor pulls it instantly. If the event details are outdated, Cursor runs `update_event` to modify the payload parameters. This keeps your timeline accurate without forcing you to open a browser to change a simple meeting description.
Set up Notion Calendar (formerly Cron) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Notion Calendar (formerly Cron) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Notion Calendar (formerly Cron) transactions." If the MCP tools are loaded correctly, Cursor will call the Notion Calendar (formerly Cron) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"notion-calendar-formerly-cron-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Notion Calendar. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Notion Calendar (formerly Cron) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Notion Calendar (formerly Cron) MCP today
We host it, we monitor it, we maintain it. You just paste one token.