Skip to main content
📖 The AI Tool Bible

Apple Notes MCP

Let Claude read your local Apple Notes over the Model Context Protocol.

Free· Free / open-source (MIT). No hosted service; runs locally on your Mac.MCP Servers
Visit website →
Best for

Mac users on Claude Desktop who want their existing Apple Notes searchable and quotable inside chats without exporting to Markdown or a third-party service.

Skip if

Windows or Linux users, teams that need write-back to Notes, or anyone relying on password-protected notes, attachments, or checklist semantics.

Apple Notes MCP is a small, open-source Model Context Protocol server written in Python that exposes your local Apple Notes database to any MCP-compatible client, most obviously Claude Desktop on macOS. Once installed and granted Full Disk Access, it reads directly from the SQLite store that Notes.app keeps under ~/Library and turns each note into something Claude can query on demand. The server ships three tools: get-all-notes to enumerate everything you've ever written, read-note to pull the full body of a specific note, and search-notes to keyword-hunt across the corpus. That surface is deliberately narrow but genuinely useful, because Apple Notes for most people is a decade-deep sedimentary layer of half-written ideas, meeting scraps, recipes, passwords they shouldn't have saved, and travel itineraries; being able to say 'Claude, what did I write about the Lisbon trip?' and have it actually find and quote the note is the moment MCP clicks. It's aimed at Mac power-users, researchers, and anyone building personal-knowledge workflows on top of Claude who wants their existing notes in the context window without exporting to Markdown or piping through a third-party sync service. Installation is a one-liner with uv (uvx apple-notes-mcp) plus a small JSON block in claude_desktop_config.json. Everything stays on-device: no cloud round-trip, no API key, no telemetry — Claude sees only what you ask it to search. The trade-off, which the README is refreshingly honest about, is that the server is read-only and skips several Notes features: encrypted/password-protected notes, pinned-note filtering, cloud-sync status, attachment content, and checklist state are all unhandled, and there is no create-or-edit path. The repository is also now archived by the author, so treat it as a stable reference implementation rather than an actively maintained product.

Editor's take

This is exactly the kind of MCP server the ecosystem needed early on — small, honest, on-device, and solving one concrete personal-context problem well. The archived status stings, but the code is 200 lines of Python you can fork; the read-only scope is the right choice for a first release, and the README's explicit 'Missing Features' list is a model other MCP authors should copy.

— The AI Tool Bible editorial team

Pros

  • Genuinely local: reads the on-disk SQLite database directly, so notes never leave your Mac
  • Trivial install via uv/uvx and a short claude_desktop_config.json block
  • Exposes the three operations that matter most — list, read, search — with a clean MCP surface
  • MIT-licensed Python, small enough to audit or fork in an afternoon
  • Works with any MCP client, not just Claude Desktop, so it composes with other servers
  • No API keys, no subscriptions, no accounts — zero ongoing cost

Cons

  • ⚠️ Read-only: cannot create, edit, or append notes from within Claude
  • ⚠️ Skips password-protected notes entirely (ZISPASSWORDPROTECTED is unhandled)
  • ⚠️ No attachment content, no checklist state, no pinned-note filtering, no iCloud sync awareness
  • ⚠️ macOS-only by design, and requires granting Full Disk Access to the runner
  • ⚠️ Repository is archived by the maintainer — bug fixes and new features are unlikely without a fork
  • ⚠️ Search is basic keyword matching against the SQLite text, not semantic retrieval

Use cases

Personal knowledge retrieval from Apple NotesSearching decade-old meeting notes during a Claude chatPulling travel or recipe notes into a planning conversationSummarising a specific note by titleBuilding a local MCP toolchain alongside filesystem and browser serversReference implementation for writing your own macOS SQLite-backed MCP server

Explore related

Compare with similar tools

All in MCP Servers

Airtable MCP Server

MCP Servers

Model Context Protocol server that gives LLMs full read/write access to your Airtable bases.

Free· Open source (MIT) and free to run. You still need an Airtable account and personal access token; Airtable itself is Free / Team $20 per user/mo / Business $45 per user/mo / Enterprise (custom).Natural-language CRM queries against AirtableLLM-driven lead triage and enrichment

AWS MCP Servers

MCP Servers

Official AWS Labs collection of Model Context Protocol servers for connecting AI coding assistants and agents to AWS services and documentation.

Free· Free and open source (Apache 2.0). AWS service usage billed at standard AWS rates. Optional AWS-hosted 'remote managed' servers included at no additional charge beyond consumed AWS services.AWS infrastructure-as-code scaffolding with CDK or CloudFormationGrounded answers from live AWS documentation

Azure MCP Server

MCP Servers

Official Microsoft MCP server that exposes 40+ Azure services to AI agents under the developer's own Entra ID credentials.

Free· Server is free and MIT-licensed. Azure resource usage is billed separately at standard Azure rates based on whatever services the agent queries or mutates.Natural-language Azure resource inventoryLog Analytics and Kusto (KQL) querying from an agent

Blender MCP

MCP Servers · Model-agnostic; commonly paired with Claude (Sonnet/Opus) via Claude Desktop, but works with any MCP-capable client

Give Claude hands inside Blender — an MCP server for natural-language 3D modeling.

Free· Free and open-source (MIT license). No hosted service, no subscription; you supply your own MCP-capable client (Claude Desktop, Cursor, VS Code, OpenCode) and pay only for whatever LLM the client uses.AI-assisted 3D scene blockingGenerative prop and mesh creation via Hyper3D Rodin

Brave Search MCP

MCP Servers

Give any MCP client web and local search powered by the Brave Search API.

Freemium· Free: $ 0 USD · Team: $ 4 USD per user/month · Enterprise: $ 21 USD per user/monthGrounded web search inside Claude DesktopAgent fact-checking and citation lookup

Chroma MCP

MCP Servers

Official MCP server that gives LLM clients direct access to the Chroma vector database.

Free· Open source (Apache 2.0). Free to run locally or self-hosted; embedding-function API keys (OpenAI, Cohere, Jina, VoyageAI, Roboflow) billed by those providers. Chroma Cloud pricing set separately by Chroma.Long-term memory for Claude DesktopTeam knowledge base shared across agents