CalDAV

MCP Server

CalDAV calendar server integration. Manage calendar events, tasks, and schedules through any CalDAV-compatible service.

by Community

★★★★☆ 3.8/5 (25 reviews)
340GitHub stars
3.5kinstalls
Updated 2025-12-05
typescriptintermediateactive

Installation

npx -y caldav-mcp

Quick Start

```json
{
  "mcpServers": {
    "caldav": {
      "command": "npx",
      "args": ["-y", "caldav-mcp"],
      "env": { "CALDAV_URL": "https://caldav.example.com", "CALDAV_USER": "user", "CALDAV_PASS": "pass" }
    }
  }
}
```

Tools & Capabilities

list_events
create_event
delete_event
list_calendars

Compatibility

Claude Desktop

About CalDAV

CalDAV calendar server integration. Manage calendar events, tasks, and schedules through any CalDAV-compatible service.

View on GitHub →

Language: TypeScript

Category: Productivity

← Back to MCP Hub Directory