Loading MCP server directory, please wait...
CalDAV calendar operations (list, create, update, delete events) as MCP tools.
npx @getmcp/cli add io.github.dominik1001/caldav-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CALDAV_BASE_URLBase URL of the CalDAV server (e.g. https://caldav.example.com)
CALDAV_USERNAMEUsername for CalDAV authentication
CALDAV_PASSWORDPassword for CalDAV authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dominik1001/caldav-mcp": {
"command": "npx",
"args": [
"-y",
"caldav-mcp"
],
"env": {
"CALDAV_BASE_URL": "",
"CALDAV_USERNAME": "",
"CALDAV_PASSWORD": ""
}
}
}
}