mcp-apple-notes
JSON →Semantic search and RAG over Apple Notes with on-device embeddings, full CRUD, folder management, and fuzzy title matching. 10 tools. Fully local on macOS.
Install
npx
If Tools · 10
- index-notes Index all notes for semantic search. Run this first
- list-folders List all Apple Notes folders with full paths and note counts
- list-notes List notes with metadata. Optional `path` filter and `includeContent` flag
- search-notes Semantic + full-text search with optional path filter and limit
- get-note Get full content by noteId or title. Returns candidates on ambiguity
- create-note Create a new note with markdown content, optionally in a folder
- edit-note Edit title and/or content (markdown) of an existing note
- append-to-note Append markdown content to an existing note
- move-note Move a note to a different folder
- delete-note Delete a note (moves to Recently Deleted)
Links
★ 8 GitHub stars