Skip to main content
Glama
rodriabregu

safe-apple-notes-mcp

by rodriabregu

Related Servers

Alternatives to safe-apple-notes-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      D
      maintenance
      Enables LLMs to create, read, and append notes in Apple Notes through AppleScript, with append-only operations restricted to a single folder for safety.
      4
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Enables AI assistants to read, create, search, update, and delete Apple Notes through natural language conversation, using JXA to communicate directly with the Notes app.
      8
      3,611 npm
      28
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables agents to perform rich CRUD operations on Apple Notes, including listing, searching, showing, and creating notes with optional folders.
      MIT

    TDQS

    A4.2/5.0

    Scored across 8 tools

    Disambiguation5/5

    Each tool targets a distinct action: listing folders, listing notes, searching, fetching, creating, appending, deleting, and updating. Even the closely related append_to_note and update_note are clearly separated by replace vs. non-destructive append semantics.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern in snake_case: list_, search_, get_, create_, append_to_, delete_, update_. The naming is predictable and makes the intent of each tool immediately clear.

    Tool Count5/5

    Eight tools is well-scoped for an Apple Notes MCP server. The set covers the core note lifecycle plus listing and searching without unnecessary redundancy or bloat.

    Completeness4/5

    The core note lifecycle is well covered: create, read, update, append, delete, list, and search. Minor gaps exist around folder management, such as no create/move/restore operations, but these do not block primary note workflows.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues