Back to directory
madbonez/caldav-mcp

madbonez/caldav-mcp

@madbonez

Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar, Nextcloud, ownCloud, Apple iCloud, and others.

caldavcalendarmcpyandexgooglenextcloudicloudcalendar-protocoltool

Installation & Configuration

{
  "mcpServers": {
    "mcp-caldav": {
      "command": "uvx",
      "args": [
        "mcp-caldav"
      ],
      "env": {
        "CALDAV_URL": "https://caldav.example.com/",
        "CALDAV_USERNAME": "your-username",
        "CALDAV_PASSWORD": "your-password"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/11
Updated
2026/6/12