🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@high5ventures/apple-reminders-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@high5ventures/apple-reminders-mcp

Fast, native MCP server for macOS Apple Reminders via Apple EventKit. 10–200× faster than AppleScript.

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

@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-mcp

Then 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 against Developer 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 .mcpb from 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

Keywords

mcp

FAQs

Package last updated on 27 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts