applereminders

harperreed/applereminders
★ 0 stars Swift Code/Dev Tools Updated today
Drop-in replacement for reminders-cli using EventKit with async/await. CLI + MCP server in a single binary.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "applereminders": {
      "command": "npx",
      "args": [
        "-y",
        "harperreed/applereminders"
      ]
    }
  }
}

README Excerpt

One binary that is both a CLI for macOS Reminders and an MCP server. It is a drop-in replacement for [keith/reminders-cli](https://github.com/keith/reminders-cli), rebuilt on EventKit with Swift 6 async/await (actors, no semaphores), and it speaks the Model Context Protocol, so Claude Code, Claude Desktop, or any other

Tools (9)

add_remindercomplete_remindercreate_listdelete_reminderedit_remindershow_all_remindersshow_listsshow_remindersuncomplete_reminder