Skip to main content
📖 The AI Tool Bible

Apple Notes MCP vs Exa MCP Server

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

 
Apple Notes MCP
MCP Servers
Exa MCP Server
MCP Servers
TaglineLet Claude read your local Apple Notes over the Model Context Protocol.Web search, code search, and company research for AI assistants over MCP
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
ModelExa neural search index (in-house)
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
Live web search inside Claude DesktopRAG grounding for research agentsCompany and competitor researchFinancial report discoveryAcademic paper and publication lookupPeople and personal-site profilingFull-page content extraction for summarizationMulti-step deep research via agent_runCoding assistants that need current library docsCursor and VS Code AI workflows
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
  • Hosted HTTP endpoint means no local install, no Node process to babysit, works instantly across every major MCP client
  • Neural/semantic search is tuned for LLM consumption - cleaner snippets and better relevance than wrapping a general web search API
  • Rich tool set beyond plain search: full-page fetch, category filters (company/paper/personal/financial), and a multi-step agent tool
  • Pay-as-you-go with a real free tier ($20 signup credit plus $10/month) makes it low-friction to trial
  • MIT licensed, transparent tool definitions on GitHub, and OAuth support for shared team environments
  • Officially maintained by Exa Labs and actively updated, with pre-built Claude Skills for specialized workflows
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
  • Costs stack quickly on high-volume agents - Deep Search at $12-15 per 1k and Agent runs up to $1 each can dwarf model token costs
  • Requires an Exa account and API key (or OAuth) - not a truly free option beyond the monthly credit
  • Documented quirks: multi-item arrays in text filters return 400s, and some categories silently disallow domain/date filters
  • Some authentication-gated content still needs a browser-based fallback the server can't provide
  • Search quality is only as good as Exa's index - niche or very fresh content may be missing versus Google or Bing
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 Exa MCP Server if
  • Hosted HTTP endpoint means no local install, no Node process to babysit, works instantly across every major MCP client
  • Neural/semantic search is tuned for LLM consumption - cleaner snippets and better relevance than wrapping a general web search API
  • Rich tool set beyond plain search: full-page fetch, category filters (company/paper/personal/financial), and a multi-step agent tool
  • Pay-as-you-go with a real free tier ($20 signup credit plus $10/month) makes it low-friction to trial