macos-automator-mcp

steipete/macos-automator-mcp
★ 709 stars TypeScript 📦 Other Updated 1mo ago
An MCP server to run AppleScript and JXA (JavaScript for Automation) to macOS.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "macos-automator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "steipete/macos-automator-mcp"
      ]
    }
  }
}