apple-notes-reminders-cli

NmadeleiDev/apple-notes-reminders-cli
★ 0 stars Swift AI/LLM Updated 2d ago
Native macOS CLI and MCP server for Apple Notes and Reminders, built for humans and AI agents.
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-notes-reminder": {
      "command": "npx",
      "args": [
        "-y",
        "NmadeleiDev/apple-notes-reminders-cli"
      ]
    }
  }
}

README Excerpt

A native macOS CLI and local MCP server for Apple Notes and Reminders. It gives humans, scripts, and AI agents the same typed operations, stable identifiers, and versioned JSON output. The project deliberately uses Apple's supported integration boundaries: - Reminders uses public EventKit APIs. - Notes uses bounded OSA automation against Notes.app because Apple provides no public Notes data framework.

Topics

ai-agentsapple-notesapple-remindersclimacosmcpswift