radicale-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@radicale-mcpList my calendar events for this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Radicale MCP Server 🚀
⚠️ Note: This project is vibecoded.
A Model Context Protocol (MCP) server for Radicale / CalDAV servers, enabling AI agents (like Claude, Gemini, etc.) to seamlessly interact with your calendars and task lists (reminders).
Features
List Collections: Discover all available calendars and task collections.
List Events: View calendar events with human/AI-readable start and end times, optionally filtered by time range and/or specific calendar collection (or across all collections).
Create Events: Schedule new calendar events with summaries, start/end times, and descriptions.
Delete Events: Remove calendar events by summary.
List Reminders: View VTODO tasks/reminders with due dates, optionally filtered by time range and/or specific collection (or across all collections).
Create Reminders: Add new tasks with due dates and categories.
Delete Reminders: Remove tasks/reminders by summary.
Related MCP server: mcp-labrat
Environment Variables
Create a .env file in the root directory:
PORT=8000
HOST=127.0.0.1
RADICALE_URL=https://your-radicale-server.com/
RADICALE_USERNAME=your_username
RADICALE_PASSWORD=your_passwordInstallation & Running
Using uv:
# Install dependencies
uv sync
# Run the server
uv run python server.pyTesting
Run the test suite:
uv run python server_test.pyDocker
Build and run with Docker:
docker build -t radicale-mcp .
docker run -p 8000:8000 --env-file .env radicale-mcpBuild and run with Docker compose:
docker compose upThis server cannot be installed
Maintenance
Related MCP Servers
- Alicense-qualityAmaintenanceAn MCP server that exposes CalDAV calendar operations as tools for AI assistants. It enables users to connect to CalDAV servers to create and list calendar events within specific timeframes.41496MIT
- Flicense-qualityDmaintenanceAn MCP server that enables interaction with CalDAV calendars to manage events and check availability through natural language or voice commands. It provides specific tools for listing, searching, and creating calendar entries using an OpenAI-compatible interface.
- Alicense-qualityDmaintenanceAn MCP server that enables interaction with iCloud Calendars via the CalDAV protocol using an app-specific password. It allows users to list, create, update, and delete calendar events through MCP-aware clients like ChatGPT.2MIT
- Alicense-qualityFmaintenanceProvider-agnostic CalDAV calendar MCP server that connects any CalDAV calendar to AI assistants, enabling calendar operations like listing, creating, updating, and deleting events.AGPL 3.0
Related MCP Connectors
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MastarCheeze/radicale-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server