madbonez/caldav-mcp
Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV), Nextcloud, ownCloud, Apple iCloud, and others. Supports creating events with recurrence, categories, priority, attendees, reminders, searching events, and retrieving events by UID.
Quick Start
Clone the repository:
git clone https://github.com/madbonez/caldav-mcpClaude Desktop configuration example:
{
"mcpServers": {
"caldav-mcp": {
"command": "npx",
"args": [
"-y",
"madbonez/caldav-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.