macos-automator-mcp

An MCP server to run AppleScript and JXA (JavaScript for Automation) to macOS.

GitHub Stars

450

User Rating

Not Rated

Favorites

0

Views

33

Forks

26

Issues

16

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Node.js: 18.0.0 or higher
macOS

Installation Steps

1. Clone Repository

bash
git clone https://github.com/steipete/macos-automator-mcp.git
cd macos-automator-mcp

2. Install Dependencies

bash
npm install

3. Configure MCP Client

Add the following configuration to your MCP client's mcp.json:
json
{
  "mcpServers": {
    "macos_automator": {
      "command": "npx",
      "args": ["-y", "@steipete/macos-automator-mcp@latest"]
    }
  }
}

4. Start Server

bash
npm start

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.

Additional Resources