AppleScript MCP
by peakmojo
Execute AppleScript to gain full control over your Mac applications and system data.
What it does
AppleScript MCP allows an AI agent to interact directly with macOS applications and system settings by executing AppleScript code. This enables the agent to perform complex automation tasks across the OS that are not possible with standard shell commands.
Tools
execute_applescript: Runs a provided AppleScript snippet and returns the result.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"applescript_execute": {
"command": "npx",
"args": [
"@peakmojo/applescript-mcp"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx @peakmojo/applescript-mcpInformation
- Pricing
- free
- Published
- 4/14/2026
- stars






