Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Armadillo-Nation/armadillo-mac-osascript

 
 

Repository files navigation

armadillo-mac-osascript — Archived

This repo has been absorbed into armadillo-mac-automator.

All functionality is available there. This repo is archived and no longer maintained.

Migration

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_executeexecute_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

What was here

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

About

MCP server that execute applescript giving you full control of your Mac

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 70.0%
  • JavaScript 30.0%