AppleScript MCP Server
Active
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.
Updated 8/4/2025
Key Features
What makes this MCP server special
Run AppleScript to access Mac applications and data
 Interact with Notes
 Search for files using Spotlight or Finder
 Read/write file contents and execute shell commands
 Remote execution support via SSH
Requirements
NPX
Server Information
Status
Active
Version
1.0.0
License
MIT
Author
https://github.com/peakmojo
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
https://github.com/peakmojo/applescript-mcp/tree/main?tab=readme-ov-file#usage-with-claude-desktop2. Configuration
{
  "mcpServers": {
    "applescript_execute": {
      "command": "npx",
      "args": [
        "@peakmojo/applescript-mcp"
      ]
    }
  }
}3. Usage Example
Create a reminder for me to call John tomorrow at 10am