Apple-MCPs
Related Servers
Alternatives to Apple-MCPs
No user-submitted related servers found.
Related Servers
- AlicenseBqualityBmaintenanceLocal MCP server for macOS native apps: Mail, Calendar, Reminders, Notes, Messages, and Contacts. Enables reading and organizing your Mac life through a single stdio process using AppleScript/JXA.409 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides MCP servers to interact with Apple's Mail, Notes, Reminders, and Calendar apps on macOS, enabling search, read, and write operations with configurable permissions and a single Full Disk Access grant.4MIT
- AlicenseNot gradedqualityBmaintenanceA collection of MCP servers for Apple macOS apps (Mail, Contacts, Notes, Memory, Messages, Calendar, Reminders) enabling AI assistants to read, search, create, and update data via JXA, SQLite, and EventKit.760 npmMIT
- AlicenseAqualityBmaintenanceA local MCP server that exposes macOS automation actions (AppleScript + CLIs) as tools, enabling MCP clients on your Mac to control apps, system settings, and more.39MIT
- AlicenseNot gradedqualityBmaintenanceA collection of small MCP servers for macOS automation that expose Apple Mail, MoneyMoney, and Spotlight functionality as tools via AppleScript and command-line, enabling AI applications to search mail, manage contacts and transactions, and perform system-wide file searches through natural language.MIT
- AlicenseNot gradedqualityDmaintenanceA read-only MCP server that exposes data from native macOS apps (Mail, Notes, Calendar, Reminders, Contacts, Messages, Spotlight) to AI agents over stdio, currently in early development with no domain tools wired yet.3 npm4MIT
TDQS
Scored across 184 tools
Many tools have direct duplicates or near-duplicates across the apple_* wrappers and the delegated domain tools (e.g., apple_open_application vs system_open_application, apple_get_focus_status vs system_get_focus_status, apple_send_message_interactive vs messages_send_message). The delegated tool descriptions are all identical boilerplate, forcing agents to rely on names alone, and several apple_preview_* vs apple_create_* pairs add further ambiguity.
Tool names are overwhelmingly snake_case with a domain_verb_noun pattern (mail_search_messages, notes_create_note, system_get_battery), which is predictable. The main deviation is the mixed apple_* meta-tool prefix alongside domain prefixes, and a few inconsistent helpers like apple_suggest_* fallback tools and interactive variants, but the overall pattern is still readable.
184 tools is far beyond any reasonable single MCP surface, even for an aggregated Apple ecosystem server. This is an extreme mismatch with the typical well-scoped server size, and the count creates significant selection and maintenance burden for agents.
The set offers broad CRUD and lifecycle coverage across mail, calendar, reminders, notes, contacts, messages, files, system, maps, and shortcuts, including health checks and undo/audit support. Minor gaps exist, such as no file write/edit tool and limited mail attachment handling, but the core workflows are well covered.