Back to directory
dominik1001/caldav-mcp

dominik1001/caldav-mcp

@dominik1001

🗓️ A CalDAV Model Context Protocol (MCP) server to expose calendar operations as tools for AI assistants.

caldavcalendarmcptypescriptai-assistanttool

Installation & Configuration

{
  "mcpServers": {
    "calendar": {
      "command": "npx",
      "args": [
        "caldav-mcp"
      ],
      "env": {
        "CALDAV_BASE_URL": "<CalDAV server URL>",
        "CALDAV_USERNAME": "<CalDAV username>",
        "CALDAV_PASSWORD": "<CalDAV password>"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13