This repo has been absorbed into armadillo-mac-automator.
All functionality is available there. This repo is archived and no longer maintained.
If you were using @peakmojo/applescript-mcp (npm), switch to @steipete/macos-automator-mcp:
{
"mcpServers": {
"macos_automator": {
"command": "npx",
"args": ["-y", "@steipete/macos-automator-mcp@latest"]
}
}
}What's different:
- Tool name:
applescript_execute→execute_script - Gains: 200+ knowledge base scripts, JXA support,
get_scripting_tips,accessibility_query - SSH/remote execution is documented in the automator repo's Remote Execution section
A minimal MCP server (Node.js + Python dual implementation) that exposed a single applescript_execute tool to run AppleScript via /usr/bin/osascript. The unique feature was SSH/remote execution via --remoteHost, --remoteUser, --remotePassword CLI args — now documented in the automator repo.
Archived: March 2026