Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Apple Notes MCP
Apple Notes MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 12:15:59 PM

Apple Notes MCP

User RatingsBe the first to rate and review this MCP server!
View Repository10 GitHub StarsTotal stargazers on GitHub for the source repository (10 stars).Visit Website
apple-notesknowledge-managementproductivitymacos

Reads, searches, and edits Apple Notes with Markdown conversion and native formatting on macOS.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ailenshen-apple-notes-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ailenshen/apple-notes-mcp@latest"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

ailenshen/apple-notes-mcp MCP server connects MCP clients to Apple Notes on macOS for listing, searching, reading, creating, updating, and deleting notes. It reads the Notes database with SQLite, uses AppleScript for note access, and imports Markdown through Notes.app to preserve native formatting. Reach for it when an agent needs to work with personal Apple Notes rather than a separate cloud knowledge base. It supports local stdio use and an HTTP mode for remote MCP clients.

Use cases

•List notes in a specific Apple Notes folder
•Search Apple Notes for a meeting topic
•Read a note as Markdown
•Create a natively formatted note from Markdown
•Replace or delete an existing note

Key features

•List and search notes with SQLite
•Read notes as Markdown
•Create notes with native Apple Notes formatting
•Update notes while preserving their folder
•Delete notes to Recently Deleted
•Support stdio and Streamable HTTP transports

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Apple Notes MCP.

Extracted Tool Capabilities
List and search notes with SQLite
Read notes as Markdown
Create notes with native Apple Notes formatting
Update notes while preserving their folder
Delete notes to Recently Deleted
Support stdio and Streamable HTTP transports

How Apple Notes MCP works

What ailenshen/apple-notes-mcp MCP server does

ailenshen/apple-notes-mcp MCP server exposes Apple Notes operations through MCP. Agents can browse notes, optionally narrow results to a folder, search by keyword, read full notes as Markdown, create formatted notes, replace an existing note's content, and delete notes. Deletions follow the normal Notes behavior by moving items to Recently Deleted.

The server is intended for macOS systems running macOS 26 (Tahoe) or later with Node.js 24 or newer. It is a local integration with the Notes application and its on-device database, rather than a general-purpose notes API.

How it works

For listing and searching, the server performs read-only SQLite queries against the Apple Notes database. These operations are designed to be quick. When reading a note, it uses AppleScript and converts Apple's HTML representation into Markdown with the turndown library.

Creation takes a different path. The server writes Markdown to a temporary file, opens it with Notes.app, and confirms the application's import dialog. This lets headings, emphasis, lists, and inline code become Apple Notes formatting instead of remaining plain text. Notes.app may briefly appear while this happens.

An update replaces the entire note: the existing item is deleted and a new one is created in the same folder. Partial edits are not available. The server also offers an HTTP mode with a secret-bearing endpoint URL, which can be placed behind HTTPS when access from outside the local machine is required.

Setup and configuration

Install ailenshen/apple-notes-mcp MCP server through an MCP client using the package command shown below. The README provides a Claude Desktop configuration using npx -y @ailenshen/apple-notes-mcp@latest. Claude Code can also register the same command.

The process needs two macOS permissions for node. Full Disk Access allows database reads for listing and searching. Accessibility allows the process to confirm Notes.app's Markdown import dialog during note creation. After granting permissions, restart the MCP client. If a permission is missing, the server reports which permission needs attention.

For remote use, start the package with --http. The default port is 3100, and a random URL secret is generated unless a custom value is supplied with --secret. The port can be changed with --port. Internet exposure requires an HTTPS tunnel or another reverse-proxy arrangement.

Tools and capabilities

The available tools are:

  • list_notes: Browse notes, with optional folder filtering.
  • search_notes: Find notes using a keyword.
  • get_note: Return a note's complete content as Markdown.
  • create_note: Import Markdown as a newly formatted Apple Note.
  • update_note: Replace a note's full content while retaining its folder.
  • delete_note: Move a note to Recently Deleted.

Supported Markdown elements include headings, bold and italic text, lists, and inline code. Block quote text is retained without its indentation style. Link text remains, but URLs are lost. Tables and footnotes are unsupported.

Limitations and notes

The update operation cannot safely modify only one paragraph or another selected portion. AppleScript exposes HTML rather than the original Markdown, so the server does not provide a clean partial read-edit-write cycle.

Native formatting depends on Notes.app's import workflow and therefore requires Accessibility permission. Creating a note can bring Notes.app to the foreground briefly. The integration also depends on Apple's local Notes database and macOS application behavior; the supplied material does not describe support for Windows or Linux.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • MCP Obsidian logoMCP Obsidian

    Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant.

    🧠 Knowledge & Memory4 views
    Compare vs MCP Obsidian →
  • Hindsight logoHindsight

    Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory

    🧠 Knowledge & Memory3 views
    Compare vs Hindsight →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
10
Stargazers on the source repository.
Last commit
4mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Apple Notes MCP

Add `npx -y @ailenshen/apple-notes-mcp@latest` as the MCP server command in your client configuration. The README includes setup examples for Claude Desktop and Claude Code.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewApple Notes MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ailenshen-apple-notes-mcp?style=directory)](https://allmcps.com/mcp/ailenshen-apple-notes-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/ailenshen-apple-notes-mcp"><img src="https://allmcps.com/api/badge/ailenshen-apple-notes-mcp?style=directory" alt="Apple Notes MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
10/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars10
GitHub Star CountTotal stargazers on GitHub representing community popularity (10 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 29, 2026
49Quality signal: Fair Ā· 49/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Ā· @ailenshen/apple-notes-mcp@latest (npm)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

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

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Apple Notes MCP →Install in Claude DesktopInstall in CursorInstall in VS Code