Calendar operations via CalDAV protocol
Expose calendar operations as AI tools. Works with any CalDAV-compatible calendar.
{
"mcpServers": {
"caldav": {
"mcpServers": {
"caldav": {
"env": {
"CALDAV_URL": "YOUR_CALDAV_URL",
"CALDAV_PASSWORD": "password",
"CALDAV_USERNAME": "user"
},
"args": [
"-y",
"caldav-mcp"
],
"command": "npx"
}
}
}
}
}