Enables LLM applications to interact with macOS through AppleScript.
Create calendar event. Parameters: title (string), startDate (date), endDate (date)
List today's events. Parameters: None
Copy to clipboard. Parameters: content (string)
Get clipboard contents. Parameters: None
Clear clipboard. Parameters: None
Get selected files. Parameters: None
Search for files. Parameters: query (string), location (optional string)
Preview file. Parameters: path (string)
Show notification. Parameters: title (string), message (string), sound (optional string)
Toggle DND mode. Parameters: None
Set system volume. Parameters: level (integer 0-100)
Get active app. Parameters: None
Open application. Parameters: name (string)
Close application. Parameters: name (string), force (optional boolean)
Toggle dark mode. Parameters: None
Paste to iTerm. Parameters: None
Execute command. Parameters: command (string), newWindow (optional boolean)
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs