Skip to main content
📖 The AI Tool Bible

Apple Notes MCP vs EverArt MCP Server

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

 
Apple Notes MCP
MCP Servers
EverArt MCP Server
MCP Servers
TaglineLet Claude read your local Apple Notes over the Model Context Protocol.Archived MCP server that lets Claude and MCP clients generate images via EverArt's FLUX, SD 3.5 and Recraft models.
CategoryMCP ServersMCP Servers
PricingFree· Free / open-source (MIT). No hosted service; runs locally on your Mac.Free· MCP server is free and open source; requires an EverArt account and API key (EverArt itself is a paid image-generation service with credit-based pricing).
ModelFLUX 1.1, FLUX 1.1 Ultra, Stable Diffusion 3.5, Recraft (Real and Vector) via EverArt
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
In-chat image generation from Claude DesktopIDE-driven mockup and illustration generation in VS CodePrompt-to-image reference art for design brainstormingAgent-invoked cover art and thumbnail generationReference implementation for building custom image-API MCP serversQuick FLUX 1.1 Ultra renders inside an LLM workflow
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
  • Drop-in MCP server that lets Claude Desktop or VS Code generate images through natural-language tool calls
  • Exposes five current image models (FLUX 1.1, FLUX 1.1 Ultra, SD 3.5, Recraft Real, Recraft Vector) through a single tool
  • Tiny TypeScript codebase makes it a useful reference for building your own image-API MCP wrapper
  • Installs via npx or Docker with a one-click VS Code button, so setup is a few minutes
  • Open source under the MCP servers repo license, easy to fork and extend
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
  • Officially archived in May 2025 and no longer maintained upstream
  • Only one tool (generate_image) with no editing, variation, upscaling or img2img workflows
  • Fixed 1024x1024 output, no aspect-ratio or resolution controls
  • Requires a paid EverArt account and API key; image generation is not free
  • No prompts or resources exposed, so richer agentic patterns need custom code
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 EverArt MCP Server if
  • Drop-in MCP server that lets Claude Desktop or VS Code generate images through natural-language tool calls
  • Exposes five current image models (FLUX 1.1, FLUX 1.1 Ultra, SD 3.5, Recraft Real, Recraft Vector) through a single tool
  • Tiny TypeScript codebase makes it a useful reference for building your own image-API MCP wrapper
  • Installs via npx or Docker with a one-click VS Code button, so setup is a few minutes