Skip to content
Cursor

CalDAV MCP Server for Cursor

io.github.lukegskw/caldav-mcp

A TypeScript MCP server for iCloud Calendar with native multi-VALARM support.

client:Cursor transport:stdio runtime:oci

Install CalDAV MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "caldav-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/lukegskw/caldav-mcp:0.1.9"
      ],
      "env": {
        "CALDAV_USERNAME": "<CALDAV_USERNAME>",
        "CALDAV_PASSWORD": "<CALDAV_PASSWORD>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CalDAV MCP Server in other clients