morgen-mcp
Enables AI clients to fetch and list calendar events from Morgen, supporting end-of-day diary generation by providing schedule data.
README
morgen-mcp
An MCP server that connects your Morgen calendar to any MCP-compatible AI client.
The idea
Calendar apps give you the technical skeleton of your day; what you did and when. Physical journals capture the feeling of it. This tool lives in between.
morgen-mcp exposes your Morgen schedule as tools that your AI client can call. At the end of the day, start a conversation: the AI fetches your events, reads your existing notes for context, asks you a couple of short questions, and writes something that reads like a real diary and not a meeting log.
Pair it with mcp-obsidian and the entry lands directly in your Obsidian daily note. No extra subscriptions, no extra API keys. Works with whatever AI client you already use.
How it works
morgen-mcp is an MCP (Model Context Protocol) server. It exposes 3 tools:
| Tool | Description |
|---|---|
get_events |
Fetch events for a given date across selected calendars |
list_accounts |
List connected Morgen accounts and their IDs |
list_calendars |
List calendars under an account |
The AI client calls these tools to get your schedule. Writing the diary entry and saving it is up to the client and whatever other MCP tools you have connected.
Requirements
- Python 3.14+
- uv
- A Morgen account - get your API key at platform.morgen.so
- Any MCP-compatible client (Claude Desktop, Cursor, Windsurf, etc.)
Setup
git clone https://github.com/batoorsayed/morgen-mcp
cd morgen-mcp
uv sync
1. Get your Morgen API key
Go to platform.morgen.so > Developers > API Keys.
2. Configure environment
cp .env.example .env
# Add your API key to .env
Then run this to fetch your account IDs and get a ready-to-paste env line:
uv run morgen-mcp --list-accounts
It will print something like:
Accounts:
abc123def456 Your Name [icloud]
xyz789ghi012 Your Name [google]
...
Add to your .env:
MORGEN_ACCOUNT_ID=abc123def456,xyz789ghi012,...
It also prints a suggested CLAUDE.md snippet you can paste into your project instructions.
Copy the env line into your .env. Include only the accounts whose events you want. See the rate limits note below.
3. Register with your MCP client
Claude Code : Run this from inside the cloned directory:
claude mcp add --scope user morgen-mcp -- uv --directory $(pwd) run morgen-mcp
Run once. Available across all projects. Credentials are picked up from .env automatically.
Other clients (Claude Desktop, Cursor, Windsurf, etc.) : Add to your client's MCP config file, replacing /path/to/morgen-mcp with the actual path to your clone. Most clients expand $VAR references from your shell environment. If yours doesn't, paste the actual values directly.
{
"mcpServers": {
"morgen-mcp": {
"command": "uv",
"args": ["--directory", "/path/to/morgen-mcp", "run", "morgen-mcp"],
"env": {
"MORGEN_API_KEY": "$MORGEN_API_KEY",
"MORGEN_ACCOUNT_ID": "$MORGEN_ACCOUNT_ID"
}
}
}
}
Usage
Just talk to your AI client:
"Write my diary entry for today"
"What did I have on my calendar yesterday?"
"Summarize my week"
The end-of-day ritual
At the end of the day, open your AI client and say something like "write today's diary entry". From there:
- The AI fetches your events for the day via
get_events - It checks whether today's Obsidian daily note (
YYYY-MM-DD.md) exists, and creates it if not - It reads your morning note and any recent notes you've flagged, to enrich the context
- It asks you 2–3 short questions: things the calendar can't tell it (what was hard, what surprised you, what's worth remembering)
- It writes a personal diary entry and appends it under a
### End of Dayheading
This workflow requires both morgen-mcp (calendar) and mcp-obsidian (notes) connected to your client. morgen-mcp only handles the events fetch. The AI orchestrates the rest using both MCPs and the system prompt below. Credit to bitbonsai for mcp-obsidian.
System prompt: Add this to your client's project instructions:
When I ask for a diary entry:
1. Fetch my Morgen events for that day using get_events
2. Check if today's Obsidian daily note (YYYY-MM-DD.md) exists — if not, create it
3. Read today's note and any notes I've flagged as important from the past few days
4. Ask me 2-3 short questions to capture what the calendar doesn't show
5. Write a personal diary entry — human, not a bullet list — weaving the events and my answers together
6. Append it to my daily note under a "### End of Day" heading
Output example
### End of Day
Morning focus block finally broke the deadlock on the data layer —
that one took longer than it should have but shipping it felt like
putting down something heavy. Three back-to-back meetings killed the
afternoon momentum. The kind of day where you do more than it felt like.
Rate limits
The Morgen API allows 100 points per 15-minute window. Each /list call (calendars, events) costs 10 points.
get_events makes one calendars fetch plus one events fetch per configured account. With 6 accounts that's 70 points, leaving 30 to spare. Fine for a diary tool used a few times a day, but avoid calling it in rapid succession.
If you hit a 429, wait a few minutes and try again.
Privacy
Event data is fetched from Morgen and passed to your AI client for processing. No data is stored or sent anywhere else. Your AI client's own privacy policy applies to how it handles that data.
Contributing
Small tool, open door. PRs welcome — keep it simple.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。