Connect macOS Apple Notes with Model Context Protocol to manage folders, retrieve, create, and search notes efficiently through seamless integration with Claude and Cursor.
Unlock the full potential of Notes MCP through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
An MCP server that connects with your Apple Notes on macOS.
!Claude Usage Example
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.Always install dependencies and build it first:
npm install && npm run build
Add the following to your ~/Library/Application\ Support/Claude/claude_desktop_config.json
:
{ "mcpServers": { "notes": { "command": "node", "args": ["path/to/notes/mcp/dist/index.js"] } } }
And check it is running in Claude settings:
!Claude MCP Settings
{ "mcpServers": { "notes": { "command": "node", "args": ["path/to/notes/mcp/dist/index.js"] } } }
And then check Cursor MCP settings:
!Cursor MCP Settings
node dist/index.js
Notes MCP
is licensed under the MIT License.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!