★ 24 stars
Swift
🔌 API Integration
Updated 10d ago
macOS Calendar & Reminders MCP server with 28 tools - Native Swift EventKit integration for Claude AI. Attendee/organizer info, per-event timezone, undo/redo, --cli mode, --setup TCC, batch ops. Supports iCloud, Google, Exchange.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"che-ical-mcp": {
"command": "npx",
"args": [
"-y",
"PsychQuant/che-ical-mcp"
]
}
}
}
Run in terminal:
claude mcp add che-ical-mcp npx -y PsychQuant/che-ical-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"che-ical-mcp": {
"command": "npx",
"args": [
"-y",
"PsychQuant/che-ical-mcp"
]
}
}
}
Topics
ai-toolsappleautomationcalendarclaudeclaude-aiclaude-codeclaude-desktopeventkiteventkit-apiicalmacosmcpmcp-servermodel-context-protocol