apple-reminders-mcp

weltonfelix/apple-reminders-mcp
★ 0 stars Swift AI/LLM Updated today
A local MCP server that lets AI assistants manage your Apple Reminders on macOS — list, create, update, complete, and delete reminders and reminder lists, all on-device through Apple's EventKit API.
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": {
    "apple-reminders-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "weltonfelix/apple-reminders-mcp"
      ]
    }
  }
}