AS

Apple Script

Created 6 months ago

A Model Context Protocol (MCP) server that lets you run AppleScript code to interact with Mac.

development documentation public

What is Apple Script?

MCP server that lets LLM run AppleScript code to to fully control anything on Mac, no setup needed.

Documentation

AppleScript MCP Server (Dual access: python and node.js)

Overview

A Model Context Protocol (MCP) server that lets you run AppleScript code to interact with Mac. This MCP is intentionally designed to be simple, straightforward, intuitive, and require minimal setup. I can't believe how simple and powerful it is. The core code is

Server Config

{
  "mcpServers": {
    "apple-script-server": {
      "command": "npx",
      "args": [
        "apple-script"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: peakmojo
Category: community
License: MIT
Tags:
development documentation public