Skip to main content
Glama
Blacol

MCP Personal Calendar

by Blacol

Personal Calendar MCP

This is a self-hostable calendar MCP service. It allows large language models to automatically manage your schedules and to-do lists.

Related MCP server: mcp-labrat

I. Features

(Only CalDAV protocol calendars are supported; reliability for other protocols has not been tested)

  1. Query all schedules within a specified date range (across all calendars).

  2. Query all to-do items within a specified date range (across all calendars).

  3. Batch create schedules and to-dos.

    • Supports adding location information

    • Supports intelligent timezone adjustments

    • Can be integrated with tools like Dify and N8n for cross-platform automation

    • Schedules are created in Beijing Time by default

  4. Supports modifying and deleting schedules.

II. Deployment

  1. Clone the source code using the following command:

    git clone https://github.com/Blacol/MCP-PersonalCalendar
  2. Create a config.json file in the directory where the source code is located. Here is an example:

    {
     "calendar_url": "Caldav服务器地址",
     "calendar_username": "日历用户名",
     "calendar_password": "日历密码",
     "default_remind_time": "-15m"
    }
  3. Run the following command to install dependencies:

    # 先创建一个虚拟环境
    python3 -m venv .venv
    # 进入虚拟环境(Linux)
    source .venv/bin/activate
    # 安装依赖
    uv pip install -e .
    # 运行程序
    uv run main.py
  4. Open your MCP client and configure the information.

    This software listens on port 20002. Remember to open the corresponding port after deploying on a server.

    Configuration (CherryStudio):

    {
       "mcpServers": {
         "PersonalCalendar": {
           "type": "sse",
           "url": "[服务器公网IP]:20002/sse"
         }
       }
    }

    Configuration (Other MCP clients):

    {
      "transport": "sse",
      "url": "[服务器公网IP]:20002/sse"
    }
  5. Open the model to test.

    Add multiple schedules

    帮我把下面几个日程添加到测试用日历中:
    1. 2025年11月4日 13:00-15:00 测试日程1
    2. 2025年11月4日 17:00-22:00 测试日程2
    3. 2025年11月5日 8:00-11:30 测试日程3,地点在A市的B大厦里

    Example AI Conversation Execution Result

    Add schedules in different timezones

    帮我把下面几个日程添加到测试用日历中:
    1. 2025年11月4日 13:00-15:00(东京时间) 测试日程1
    2. 2025年11月4日 17:00-22:00(纽约时间) 测试日程2

    Example AI Conversation Execution Result (The software displays schedules in Beijing Time by default; 13:00 Tokyo time corresponds to 12:00 Beijing time, and 17:00 New York time corresponds to 06:00 Beijing time)

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
6wRelease cycle
10Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    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
    -
    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

View all related MCP servers

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.

  • AI-native scheduling: check availability, book meetings, cancel and reschedule via MCP

View all MCP Connectors

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/Blacol/MCP-PersonalCalendar'

If you have feedback or need assistance with the MCP directory API, please join our Discord server