Apple Notes MCP vs Blender MCP
A side-by-side look at pricing, capabilities, pros, cons, and our editorial scores.
Apple Notes MCP MCP Servers | Blender MCP MCP Servers | |
|---|---|---|
| Tagline | Let Claude read your local Apple Notes over the Model Context Protocol. | Give Claude hands inside Blender — an MCP server for natural-language 3D modeling. |
| 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 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. |
| Model | — | Model-agnostic; commonly paired with Claude (Sonnet/Opus) via Claude Desktop, but works with any MCP-capable client |
| 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 | AI-assisted 3D scene blockingGenerative prop and mesh creation via Hyper3D RodinPoly Haven HDRI and texture stagingSketchfab asset search and importMaterial and lighting iteration by chatViewport screenshot review loopsBlender Python scripting via natural languageReference-image to 3D model workflowsRapid product render setup |
| 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 Blender MCP if
- ✅ Extremely popular and actively maintained MCP server (25k+ GitHub stars) with a clear install path
- ✅ Real two-way integration: the LLM can inspect the scene, act, then look at a screenshot and iterate
- ✅ Bundled asset integrations (Poly Haven, Sketchfab, Hyper3D Rodin) let the agent pull in production-ready models and HDRIs
- ✅ Works with several major MCP clients (Claude Desktop, Cursor, VS Code, OpenCode), not locked to one vendor