cal-scheduler for Cursor
io.github.limey/cal-scheduler-mcp
Timezone-correct CalDAV scheduling MCP server with validated recurrence and single-occurrence edits.
client:Cursor
transport:stdio
runtime:pypi
Install cal-scheduler in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cal-scheduler-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cal-scheduler-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs