This server brings your macOS Apple Notes, Reminders, and Contacts into Claude via native AppleScript and EventKit APIs. You get full CRUD on reminders and lists, read access to notes with folder and tag search, and contact management across groups. The interesting part is the optional BERT semantic search that chunks and encodes your notes into a local vector index stored as QR codes in a ProRes file, so you can ask for "retirement planning" and surface relevant notes by meaning rather than keywords. Everything runs locally with no external calls. There's a built-in access control CLI to scope what the AI can see per category. Install via Homebrew or build from source with Rust and Swift helpers.