Apple Notes MCP vs Kagi MCP Server
A side-by-side look at pricing, capabilities, pros, cons, and our editorial scores.
Apple Notes MCP MCP Servers | Kagi MCP Server MCP Servers | |
|---|---|---|
| Tagline | Let Claude read your local Apple Notes over the Model Context Protocol. | Official Kagi Search MCP server: search and extract the web from any MCP-compatible agent. |
| Category | MCP Servers | MCP Servers |
| Pricing | Free· Free / open-source (MIT). No hosted service; runs locally on your Mac. | Paid· 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 | agent web search groundingClaude Code documentation lookupdeep-research pipelinesURL to Markdown extraction for RAGnews and video search from an LLMKagi lens-scoped queries in agentscitation gathering for research assistantscoding agent error-message lookups |
| Pros |
|
|
| Cons |
|
|
| Website | github.com | github.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 Kagi MCP Server if
- ✅ Official, first-party MCP server maintained by Kagi (not a community wrapper)
- ✅ Two clean tools that cover the 90% agent case: search and full-page Markdown extraction
- ✅ Both hosted (mcp.kagi.com) and local (uvx/Docker) deployment modes
- ✅ Documented setup recipes for Claude Desktop, Claude Code, Codex CLI, Kiro, OpenCode, Smithery