A
licenseB
qualityD
maintenanceEnables LLM applications to interact with macOS through AppleScript.
33
17
393
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools have completely distinct purposes: run_applescript executes scripts and status returns configuration. No ambiguity in choice.
Both tools follow a consistent snake_case verb_noun pattern ('run_applescript' and 'status'), making naming predictable.
With only 2 tools, the server feels under-scoped for a typical CLI execution domain, which usually expects 3-15 tools for full interaction.
The domain of AppleScript execution is incompletely covered; missing tools for listing scripts, managing permissions, or retrieving error details leave agents with limited workflows.