Apple Apps MCP
Related Servers
Alternatives to Apple Apps MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server to list and launch applications on MacOS7 npm19MIT
- AlicenseNot gradedqualityAmaintenanceApp Store Connect MCP Server (Swift) that manages apps, builds, TestFlight, metadata, reviews natively on macOSMIT
- AlicenseNot gradedqualityAmaintenanceA macOS app that provides an MCP server to your Messages, Contacts, and more1,548MIT
- AlicenseBqualityFmaintenanceAn MCP server to communicate with the App Store Connect API for iOS Developers2557 npm331MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for interacting with Xcode build tools, iOS Simulator, and Apple notarization services.1 npm5MIT
- AlicenseCqualityAmaintenanceLocal macOS MCP servers for Mail, Calendar, Reminders, Notes, Contacts, Messages, Shortcuts, Files, Maps, and system tools. The unified Apple Tools server and individual app servers run over stdio with native macOS permissions; this is an MIT-licensed community project, unaffiliated with Apple.18415MIT
TDQS
Scored across 19 tools
Tools are clearly grouped by Apple app domains (Calendar, Mail, Music, Notes, Reminders, Shortcuts) with distinct actions per domain, avoiding overlap. Even similar searches are contextually separated.
All tools follow a consistent verb_noun pattern in lowercase with underscores (e.g., calendar_create_event, mail_search), making the naming predictable and easy to parse.
With 19 tools covering multiple Apple apps (2-4 tools each plus permissions), the count is well-scoped for the server's purpose, not overwhelming nor sparse.
Basic CRUD is partially covered, but missing update and delete operations for most resources (e.g., no calendar_update_event, no notes_delete). Search is present but listing all items is limited in some apps.