io.github.dominik1001/caldav-mcp MCP Server
io.github.dominik1001/caldav-mcp
What is the io.github.dominik1001/caldav-mcp MCP server?
CalDAV calendar operations (list, create, update, delete events) as MCP tools.
How to install io.github.dominik1001/caldav-mcp
Copy-paste configuration for popular MCP clients.
CALDAV_BASE_URLrequiredBase URL of the CalDAV server (e.g. https://caldav.example.com)
CALDAV_USERNAMErequiredUsername for CalDAV authentication
CALDAV_PASSWORDrequiredsecretPassword for CalDAV authentication
{
"mcpServers": {
"caldav-mcp": {
"command": "npx",
"args": [
"-y",
"caldav-mcp"
],
"env": {
"CALDAV_BASE_URL": "<YOUR_CALDAV_BASE_URL>",
"CALDAV_USERNAME": "<YOUR_CALDAV_USERNAME>",
"CALDAV_PASSWORD": "<YOUR_CALDAV_PASSWORD>"
}
}
}
}{
"mcpServers": {
"caldav-mcp": {
"command": "npx",
"args": [
"-y",
"caldav-mcp"
],
"env": {
"CALDAV_BASE_URL": "<YOUR_CALDAV_BASE_URL>",
"CALDAV_USERNAME": "<YOUR_CALDAV_USERNAME>",
"CALDAV_PASSWORD": "<YOUR_CALDAV_PASSWORD>"
}
}
}
}{
"mcpServers": {
"caldav-mcp": {
"command": "npx",
"args": [
"-y",
"caldav-mcp"
],
"env": {
"CALDAV_BASE_URL": "<YOUR_CALDAV_BASE_URL>",
"CALDAV_USERNAME": "<YOUR_CALDAV_USERNAME>",
"CALDAV_PASSWORD": "<YOUR_CALDAV_PASSWORD>"
}
}
}
}{
"servers": {
"caldav-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"caldav-mcp"
],
"env": {
"CALDAV_BASE_URL": "<YOUR_CALDAV_BASE_URL>",
"CALDAV_USERNAME": "<YOUR_CALDAV_USERNAME>",
"CALDAV_PASSWORD": "<YOUR_CALDAV_PASSWORD>"
}
}
}
}claude mcp add caldav-mcp --env CALDAV_BASE_URL=<YOUR_CALDAV_BASE_URL> --env CALDAV_USERNAME=<YOUR_CALDAV_USERNAME> --env CALDAV_PASSWORD=<YOUR_CALDAV_PASSWORD> -- npx -y caldav-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.