MCP Personal Calendar
パーソナルカレンダーMCP
これはセルフホスト可能なカレンダーMCPサービスです。AIモデルにあなたのスケジュールやToDoタスクを自動管理させることができます。
Related MCP server: mcp-labrat
1. 機能
(CalDAVプロトコルのカレンダーのみサポート。その他のプロトコルのカレンダーについては信頼性が未検証です)
指定した日付範囲内のすべてのスケジュール(すべてのカレンダーから)を照会。
指定した日付範囲内のすべてのToDoタスク(すべてのカレンダーから)を照会。
スケジュールとToDoの一括作成。
場所情報の追加をサポート
インテリジェントなタイムゾーン調整をサポート
Dify、N8nなどのツールと組み合わせてクロスプラットフォーム連携が可能
デフォルトで北京時間(UTC+8)でスケジュールを作成
スケジュールの変更および削除をサポート。
2. デプロイ方法
以下のコマンドを使用してソースコードをクローンします
git clone https://github.com/Blacol/MCP-PersonalCalendarソースコードのディレクトリに
config.jsonファイルを作成します。以下は例です:{ "calendar_url": "Caldav服务器地址", "calendar_username": "日历用户名", "calendar_password": "日历密码", "default_remind_time": "-15m" }以下のコマンドを実行して依存関係をインストールします
# 先创建一个虚拟环境 python3 -m venv .venv # 进入虚拟环境(Linux) source .venv/bin/activate # 安装依赖 uv pip install -e . # 运行程序 uv run main.pyMCPクライアントを開き、情報を設定します
本ソフトウェアは20002ポートでリッスンします。サーバーにデプロイした後は、対応するポートを解放することを忘れないでください。
設定情報(CherryStudio):
{ "mcpServers": { "PersonalCalendar": { "type": "sse", "url": "[服务器公网IP]:20002/sse" } } }設定情報(その他のMCPクライアント):
{ "transport": "sse", "url": "[服务器公网IP]:20002/sse" }モデルを開いてテストします
複数のスケジュールを追加
帮我把下面几个日程添加到测试用日历中: 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大厦里例

異なるタイムゾーンのスケジュールを追加
帮我把下面几个日程添加到测试用日历中: 1. 2025年11月4日 13:00-15:00(东京时间) 测试日程1 2. 2025年11月4日 17:00-22:00(纽约时间) 测试日程2例
(ソフトウェア内ではデフォルトでスケジュールが北京時間で表示されます。東京時間の13時は北京時間の12時に、ニューヨーク時間の17時は北京時間の6時に対応します)
This server cannot be installed
Maintenance
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
- 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.37897MIT
- 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.
- AlicenseBqualityCmaintenanceA comprehensive MCP server for CalDAV calendar management, supporting multi-account CRUD operations, recurring events, tasks, journals, and advanced search.2726MIT
- 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.
AI-native scheduling: check availability, book meetings, cancel and reschedule via MCP
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/Blacol/MCP-PersonalCalendar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server