Skip to main content
📖 The AI Tool Bible

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
TaglineLet Claude read your local Apple Notes over the Model Context Protocol.Give Claude hands inside Blender — an MCP server for natural-language 3D modeling.
CategoryMCP ServersMCP Servers
PricingFree· 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.
ModelModel-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
  • 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
  • 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
  • MIT-licensed and fully local — no cloud rendering, no telemetry, your .blend files never leave the machine
  • The execute_blender_code tool is a genuine power-user escape hatch for anything the higher-level tools don't cover
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
  • execute_blender_code runs arbitrary Python in your Blender session, which is a real security risk if you paste in untrusted prompts
  • Requires a manual setup dance (install add-on, edit client JSON, run uvx server) that will trip up non-technical artists
  • Quality depends entirely on the connected LLM — small or cheap models struggle to plan multi-step scene edits
  • Complex operations often need to be broken into small steps or they silently fail or produce garbage geometry
  • No GUI feedback inside the client beyond screenshots — long agent runs can drift from what the artist actually wanted
  • Sketchfab/Hyper3D asset integrations depend on third-party accounts and API keys with their own quotas and terms
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 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