Open-source calendar sync tool. Aggregate events from Google, Outlook, iCloud & CalDAV into one anonymized feed.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"keeper.sh": {
"command": "npx",
"args": [
"-y",
"ridafkih/keeper.sh"
]
}
}
}
Run in terminal:
claude mcp add keeper.sh npx -y ridafkih/keeper.sh
Add to .cursor/mcp.json:
{
"mcpServers": {
"keeper.sh": {
"command": "npx",
"args": [
"-y",
"ridafkih/keeper.sh"
]
}
}
}