Apple Notes MCP vs YouTube MCP Server
A side-by-side look at pricing, capabilities, pros, cons, and our editorial scores.
Apple Notes MCP MCP Servers | YouTube MCP Server MCP Servers | |
|---|---|---|
| Tagline | Let Claude read your local Apple Notes over the Model Context Protocol. | Model Context Protocol server that pulls YouTube subtitles into any MCP-capable LLM client. |
| Category | MCP Servers | MCP Servers |
| Pricing | Free· Free / open-source (MIT). No hosted service; runs locally on your Mac. | Free· Free and open source (MIT). You only pay for whatever LLM sits on the other end of the MCP connection (Claude Desktop, Claude API, or any other MCP-capable client). |
| 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 | YouTube video summarisationTranscript extraction for note-takingTurning tutorial videos into written how-tosQuote and timestamp lookup across long talksNon-English caption translation via the LLMResearch on podcast and interview contentFeeding lecture transcripts into a study assistantReference implementation for building your own MCP server |
| 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 YouTube MCP Server if
- ✅ Truly minimal install: one npm package plus yt-dlp, one JSON entry in your MCP client, done in under two minutes
- ✅ No YouTube Data API key, no OAuth, no Google Cloud project, and no quota to burn through
- ✅ Works on any video yt-dlp can reach, including auto-generated captions and non-English tracks
- ✅ Runs entirely on your machine so transcripts never leave your box before the LLM sees them