CalDAV calendar server integration. Manage calendar events, tasks, and schedules through any CalDAV-compatible service.
npx -y caldav-mcp
```json
{
"mcpServers": {
"caldav": {
"command": "npx",
"args": ["-y", "caldav-mcp"],
"env": { "CALDAV_URL": "https://caldav.example.com", "CALDAV_USER": "user", "CALDAV_PASS": "pass" }
}
}
}
```
list_eventscreate_eventdelete_eventlist_calendarsCalDAV calendar server integration. Manage calendar events, tasks, and schedules through any CalDAV-compatible service.
Language: TypeScript
Category: Productivity