Skip to main content
Glama

Related Servers

Alternatives to Apple-MCPs

No user-submitted related servers found.

    Related Servers

    • A
      license
      B
      quality
      B
      maintenance
      Local 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.
      40
      9 npm
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides 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.
      4
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      A 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 npm
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      A 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
    • A
      license
      Not graded
      quality
      D
      maintenance
      A 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 npm
      4
      MIT

    TDQS

    C2/5.0

    Scored across 184 tools

    Disambiguation2/5

    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.

    Naming Consistency4/5

    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.

    Tool Count1/5

    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.

    Completeness4/5

    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.

    Maintenance

    ActivityMaintained
    ResponsivenessWithin a week