Odel
apple reminders for claude

apple reminders for claude

Local
@high5-ventures9SwiftMITUpdated 2w ago

Fast, native macOS Apple Reminders via EventKit. 10-200x faster than AppleScript alternatives.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@high5ventures/apple-reminders-mcpv1.0.4

Run

npx -y @high5ventures/apple-reminders-mcp

MCP client config

{
  "mcpServers": {
    "apple-reminders-for-claude": {
      "command": "npx",
      "args": [
        "-y",
        "@high5ventures/apple-reminders-mcp"
      ]
    }
  }
}