Skip to main content
Glama

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_password

Installation & Running

Using uv:

# Install dependencies
uv sync

# Run the server
uv run python server.py

Testing

Run the test suite:

uv run python server_test.py

Docker

Build and run with Docker:

docker build -t radicale-mcp .
docker run -p 8000:8000 --env-file .env radicale-mcp

Build and run with Docker compose:

docker compose up

Maintenance

ActivityMaintained
ResponsivenessSyncing

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    An 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.
  • A
    license
    Not graded
    quality
    F
    maintenance
    Provider-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

Latest Blog Posts

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