HomeProductivity › caldav-mcp

caldav-mcp

CalDAV calendar operations (list, create, update, delete events) as MCP tools.

TypeScript
★ 101 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.9.0)

npx -y caldav-mcp@0.9.0

Or add to your MCP client config:

{
  "mcpServers": {
    "caldav-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "caldav-mcp@0.9.0"
      ],
      "env": {
        "CALDAV_BASE_URL": "<YOUR_VALUE>",
        "CALDAV_USERNAME": "<YOUR_VALUE>",
        "CALDAV_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • CALDAV_BASE_URL required — Base URL of the CalDAV server (e.g. https://caldav.example.com)
  • CALDAV_USERNAME required — Username for CalDAV authentication
  • CALDAV_PASSWORD required secret — Password for CalDAV authentication

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry