notes-mcp
If you are the rightful owner of notes-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server that connects with your Apple Notes on macOS.
Notes MCP is a Model Context Protocol server designed to interface with Apple Notes on macOS. It provides a seamless way to manage notes through various commands, allowing users to retrieve, create, and organize notes efficiently. The server is built using Node.js and can be integrated with different platforms such as Claude for Desktop and Cursor. It supports a range of operations, from fetching all notes in a folder to creating new notes with specific titles and content. This tool is particularly useful for users who want to automate or streamline their note-taking process on macOS.
Features
- Retrieve all folders and notes within them.
- Create new notes with specified titles and content.
- Fetch notes by their unique identifiers or titles.
- Count the total number of notes available.
- Integrate with platforms like Claude for Desktop and Cursor.
Tools
notes-get-folders
Get all folders.
notes-get-notes
Get all notes in a folder.
notes-create-note
Create a new note with title and content.
notes-get-note-by-id
Get a note by its identifier.
notes-get-note-by-title
Find a note by exact match of title.
notes-get-note-count
Get the total number of notes.