A

Apple Notes Mcp

ailenshen
🧠 Knowledge & Memory
0 Views
0 Installs

πŸ“‡ 🏠 🍎 - Read and write Apple Notes with bidirectional Markdown conversion. Fast SQLite queries for listing/searching, AppleScript + native import for full CRUD. Supports stdio and Streamable HTTP transports.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "ailenshen-apple-notes-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ailenshen-apple-notes-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Apple Notes MCP Server

Read and write Apple Notes, with Apple Notes native formatting support.

apple-notes-mcp MCP server

Most Apple Notes MCP servers can only write plain text. This one creates natively formatted notes β€” Titles, Headings, Bold, Lists all render as real Apple Notes styles, not plain text. This is achieved by leveraging Notes.app's built-in Markdown import capability.

Apple Notes MCP

Requires: macOS 26 (Tahoe) or later, Node.js 24+

Setup

1. Add to your MCP client

Claude Desktop β€” edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "apple-notes": {
      "command": "npx",
      "args": ["-y", "@ailenshen/apple-notes-mcp@latest"]
    }
  }
}

Claude Code β€” run in Terminal:

claude mcp add apple-notes -- npx -y @ailenshen/apple-notes-mcp@latest

2. Grant permissions

To support native formatting, the server uses Notes.app's built-in Markdown import β€” it opens .md files with Notes.app and automatically confirms the Import dialog. This requires two macOS permissions for node:

PermissionWhere to enableWhy
Full Disk AccessSystem Settings > Privacy & Security > Full Disk Access > enable nodeRead the Notes database for listing and searching
AccessibilitySystem Settings > Privacy & Security > Accessibility > enable nodeAuto-confirm the Import dialog when creating notes

On first use, macOS will prompt you to approve β€” just click Allow. If you missed the prompt, go to the settings above and turn on node manually. After granting, restart your MCP client.

If a permission is missing, the server will tell you exactly which one and how to fix it.

3. Start using it

Just talk to your AI naturally:

  • "List all my notes in the Projects folder"
  • "Search my notes for 'meeting agenda'"
  • "Read my Shopping List note"
  • "Create a note in Work with today's action items"
  • "Update my Shopping List with these new items"
  • "Delete the note called 'Old Draft'"

What Can It Do?

ToolDescription
list_notesBrowse notes, optionally filter by folder
search_notesFind notes by keyword
get_noteRead full content as Markdown
create_noteWrite Markdown β†’ natively formatted note
update_noteReplace content, preserving folder
delete_noteMove to Recently Deleted

Markdown support in Notes

ElementWorks?
Headings, bold, italic, lists, inline codeYes
Block quotesContent kept, no indent style
LinksText kept, URL lost
Tables, footnotesNo

Remote Access (HTTP mode)

Want to access your Apple Notes from your phone or another computer?

npx @ailenshen/apple-notes-mcp@latest --http

This prints an endpoint URL with a built-in secret:

Endpoint: http://localhost:3100/mcp/a3f8b2c9e1d4...

Point your remote MCP client to this URL. To access over the internet, put it behind HTTPS using a tunnel (ngrok, Cloudflare Tunnel, etc.).

FlagDefaultDescription
--port <number>3100Port number
--secret <string>randomCustom URL secret

To keep it running across reboots, see the wiki for a LaunchAgent example.

How It Works

ActionMethodSpeed
List / SearchSQLite (read-only)< 100ms
ReadAppleScript β†’ Markdown~1s
CreateNative Markdown import~0.5s
UpdateDelete + Create~1.5s
DeleteAppleScript~1s
  • Reading queries the Notes database directly via SQLite β€” fast and safe. Content is converted from Apple's HTML to Markdown via turndown.
  • Creating uses macOS's native Markdown import (open -a Notes), so formatting is preserved natively. Notes.app briefly appears (~0.5s) during creation.
  • Updating deletes the old note and creates a new one, automatically preserving the original folder.
  • Deleting moves notes to Recently Deleted, same as doing it by hand.

Known Limitations

  • Partial note editing (e.g. "fix just this paragraph") is not supported. update_note always replaces the full content. This is a fundamental limitation of how Notes exposes content β€” its AppleScript interface returns HTML, not the original Markdown, so a clean readβ†’editβ†’write round-trip isn't possible today.
  • Notes briefly appears during note creation. The Markdown import flow requires auto-confirming a dialog in Notes.app, which may momentarily bring it to the foreground.

These limitations would be lifted if Apple adds Markdown import/export to AppleScript, or opens an official Notes API β€” both are tracked for future macOS releases.

Vision

Apple Notes is the most natural place to keep personal knowledge on Apple devices β€” it syncs everywhere, it's fast, and it's private. But it's a walled garden with no API.

This project makes Apple Notes a first-class data source for AI. The long-term goal: wherever you're talking to AI β€” on your Mac, on your phone, on the web β€” your Apple Notes are always accessible, readable, and writable.

License

MIT

Related MCP Servers

S
Server Memory
Verified

πŸ“‡ 🏠 - Knowledge graph-based persistent memory system for maintaining context

🧠 Knowledge & Memory2 views
M
Mcp Summarizer

πŸ“• ☁️ - AI Summarization MCP Server, Support for multiple content types: Plain text, Web pages, PDF documents, EPUB books, HTML content

🧠 Knowledge & Memory0 views
C
Claude Engram

🐍 🏠 - Persistent memory and session intelligence for Claude Code. Auto-tracks mistakes, decisions, and context via hooks. Mines session history for patterns and cross-session search. Loop detection, pre-edit warnings, context compaction survival. Runs locally with Ollama.

🧠 Knowledge & Memory0 views
A
A2cr

🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history.

🧠 Knowledge & Memory0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

Last checked: 7/28/2026, 8:06:14 AM

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.