Odel
caldav mcp

caldav mcp

Local
@dominik100199TypeScriptMITUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcaldav-mcpv0.9.0

Run

npx -y caldav-mcp

MCP client config

{
  "mcpServers": {
    "caldav-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "caldav-mcp"
      ]
    }
  }
}