Skip to main content
📖 The AI Tool Bible

Apple Notes MCP vs Brave Search MCP

A side-by-side look at pricing, capabilities, pros, cons, and our editorial scores.

 
Apple Notes MCP
MCP Servers
Brave Search MCP
MCP Servers
TaglineLet Claude read your local Apple Notes over the Model Context Protocol.Give any MCP client web and local search powered by the Brave Search API.
CategoryMCP ServersMCP Servers
PricingFree· Free / open-source (MIT). No hosted service; runs locally on your Mac.Freemium· Free: $ 0 USD · Team: $ 4 USD per user/month · Enterprise: $ 21 USD per user/month
Model
Editorial score
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
Grounded web search inside Claude DesktopAgent fact-checking and citation lookupIDE-side research from Cursor or WindsurfLocal business and restaurant discoveryCheap RAG augmentation for small chatbotsMCP server learning and forkingPrivacy-respecting alternative to Google search in agents
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
  • Two focused tools (web + local search) that are easy to reason about and stable to prompt against
  • Small, single-file TypeScript implementation that's trivial to read, fork, or self-host
  • Ships as both an npm package and a Docker image, with VS Code one-click install
  • Backed by Brave's independent index, so results don't depend on Google/Bing rate limits or ToS
  • Free tier covers 2,000 queries/month, enough for personal agents and prototyping
  • MIT-licensed reference implementation from the MCP project itself
  • Local-search fallback to web means agents rarely get an empty result set
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
  • Repository is archived (read-only since May 29, 2025) and no longer receives fixes or new features
  • Superseded by Brave's own official server, which adds image/video/news/summarizer tools and HTTP transport
  • Free tier is capped at 1 query per second, which throttles multi-step agents
  • Local search is US-centric and quality varies sharply outside North America
  • No streaming HTTP transport in this version, stdio only, which complicates remote/multi-tenant deployments
  • Brave's index, while good, is smaller than Google's and can miss long-tail queries
Websitegithub.comgithub.com
Pick Apple Notes MCP if
  • 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
Pick Brave Search MCP if
  • Two focused tools (web + local search) that are easy to reason about and stable to prompt against
  • Small, single-file TypeScript implementation that's trivial to read, fork, or self-host
  • Ships as both an npm package and a Docker image, with VS Code one-click install
  • Backed by Brave's independent index, so results don't depend on Google/Bing rate limits or ToS