Labsco
MCP SERVER

NotesY

by Rish-it

Create, update, delete and search notes in the macOS Notes app by asking, with the writing done through AppleScript on your own machine.

Note-Taking & Personal Knowledge Bases
Summary
Your notes stay in Notes.

There is no second store and no sync service in the middle — the assistant is driving the app you already use, which means anything it writes is on your devices under the same rules as everything else in Notes. The trade is that it is macOS-only and the surface is deliberately small: create, update, delete, search.

What it is

A bridge between an assistant and the macOS Notes app. It drives Notes through AppleScript, so notes created in a conversation appear in the same app and sync path as the ones you write by hand — nothing is stored anywhere else.

What you get
  • A note created with a title and content, including the case where you paste long text and let the assistant pick the title
  • An existing note updated with new content, addressed by its title
  • A note deleted by title
  • Notes containing a given piece of text found by search
  • Trip-planning requests detected and turned into a note automatically
Requirements

macOS with the Notes app, and Node.js. No account and no key — it talks to the local app, not to a service. Install from a clone: `npm install` then `npm run build`, and point your client at the built `dist/index.js` with `node`. The package is `notesy` (1.0.0). A built-in CLI (`npm run cli`) lets you exercise the same commands without a client attached.