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 | |
|---|---|---|
| Tagline | Let 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. |
| Category | MCP Servers | MCP Servers |
| Pricing | Free· 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). |
| Model | — | FLUX 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 |
|
|
| 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 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