Chronary for Cursor
ai.chronary/mcp
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
client:Cursor
transport:streamable-http
runtime:npm
tools:54
Install Chronary in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"url": "https://api.chronary.ai/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs
What Cursor can do once it is connected
- create_agent
- list_agents
- create_calendar
- create_event
- list_events
- get_event
- update_event
- get_availability
- find_meeting_time
- cancel_event
- confirm_event
- release_event
- subscribe_ical
- list_ical_subscriptions
- get_ical_subscription
- update_ical_subscription
- delete_ical_subscription
- sync_ical_subscription
- get_calendar_context
- create_proposal
- list_proposals
- get_proposal
- respond_to_proposal
- resolve_proposal