@high5ventures/apple-reminders-mcp
v1.0.3
Published
Fast, native MCP server for macOS Apple Reminders via Apple EventKit. 10–200× faster than AppleScript.
Downloads
544
Maintainers
Readme
@high5ventures/apple-reminders-mcp
Fast, native MCP server for macOS Apple Reminders via Apple's EventKit framework. 10–200× faster than AppleScript-based alternatives.
npm install -g @high5ventures/apple-reminders-mcpThen configure your MCP client (Cursor, Zed, etc.) to launch apple-reminders-mcp as a stdio MCP server.
What this package provides
- A thin Node.js stdio MCP server (
server/index.js) - A signed, notarized Swift/EventKit binary (downloaded from GitHub Releases during
npm install, verified againstDeveloper ID Application: high5 ventures GmbH) - Thirteen MCP tools with safety annotations: list lists, list/search/today/overdue/scheduled/get reminders, and create/update/complete/uncomplete/delete operations.
Platform
macOS 11+ only. The os field in package.json is set to darwin, so npm install on Linux or Windows prints a warning and skips the binary download.
Distribution alternatives
- Claude Desktop / Cowork — use the signed
.mcpbfrom GitHub Releases. - Claude Code — install via the official plugin directory.
See the main project README for the full picture.
Privacy
100% local. No network calls. See PRIVACY.md.
License
MIT © high5 ventures GmbH
