notes-mcp

notes-mcp

3.5

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

  1. notes-get-folders

    Get all folders.

  2. notes-get-notes

    Get all notes in a folder.

  3. notes-create-note

    Create a new note with title and content.

  4. notes-get-note-by-id

    Get a note by its identifier.

  5. notes-get-note-by-title

    Find a note by exact match of title.

  6. notes-get-note-count

    Get the total number of notes.