HomeProductivity › dav-mcp

dav-mcp

AI-orchestrated calendars, contacts & tasks across any DAV platform. 27 tools, field-agnostic.

JavaScript
★ 35 stars Last pushed 2026-09-10 License: MIT

Connect

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

Package (npm 4.0.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "dav-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "CALDAV_SERVER_URL": "<YOUR_VALUE>",
        "CALDAV_USERNAME": "<YOUR_VALUE>",
        "CALDAV_PASSWORD": "<YOUR_VALUE>",
        "AUTH_METHOD": "<YOUR_VALUE>",
        "GOOGLE_SERVER_URL": "<YOUR_VALUE>",
        "GOOGLE_USER": "<YOUR_VALUE>",
        "GOOGLE_CLIENT_ID": "<YOUR_VALUE>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_VALUE>",
        "GOOGLE_REFRESH_TOKEN": "<YOUR_VALUE>",
        "GOOGLE_TOKEN_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • CALDAV_SERVER_URL required — Base URL of your CalDAV/CardDAV server (e.g. https://example.com/dav.php/)
  • CALDAV_USERNAME required — Username for DAV server authentication
  • CALDAV_PASSWORD required secret — Password or app-specific password for DAV server authentication
  • AUTH_METHOD — Authentication method: 'basic' (default) or 'oauth2' for Google
  • GOOGLE_SERVER_URL — Google CalDAV endpoint; required when AUTH_METHOD=oauth2
  • GOOGLE_USER — Google account email; required when AUTH_METHOD=oauth2
  • GOOGLE_CLIENT_ID — OAuth2 client ID; required when AUTH_METHOD=oauth2
  • GOOGLE_CLIENT_SECRET secret — OAuth2 client secret; required when AUTH_METHOD=oauth2
  • GOOGLE_REFRESH_TOKEN secret — OAuth2 refresh token; required when AUTH_METHOD=oauth2
  • GOOGLE_TOKEN_URL — OAuth2 token endpoint; required when AUTH_METHOD=oauth2

Related servers

Data from the Official MCP Registry