mcp-caldav-server

kononenko-e/mcp-caldav-server
★ 0 stars Python 🤖 AI/LLM Updated 3d ago
Multi-account MCP server for CalDAV with lazy account sessions and explicit calendar IDs
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-caldav-server": {
      "command": "uvx",
      "args": [
        "mcp-caldav-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-caldav-server

README Excerpt

MCP server for multi-account CalDAV access with explicit `account_id` and `calendar_id`. - One server, many accounts in one YAML config. - Lazy CalDAV connection per account. - Cached provider sessions with explicit reconnect support. - Stable calendar selection by `calendar_id`. - Predictable JSON responses for LLM agents.

Tools (9)

caldav_create_eventcaldav_delete_eventcaldav_get_calendarcaldav_get_today_eventscaldav_get_week_eventscaldav_list_accountscaldav_list_calendarscaldav_list_eventscaldav_update_event