AppleScript
Enables AI to execute AppleScript code on macOS systems, providing access to applications and system features like Notes, Calendar, Contacts, Messages, and Finder through a lightweight server implementation.
Featured
View Source334 stars
0 tools
Created Aug 2025
@peakmojo/peakmojo-applescript-applescript-mcpAbout
Enables AI to execute AppleScript code on macOS systems, providing access to applications and system features like Notes, Calendar, Contacts, Messages, and Finder through a lightweight server implementation.
Categories
general
Installation
npm
npm install @peakmojo/peakmojo-applescript-applescript-mcp
Configuration
{
"mcpServers": {
"peakmojo-applescript-applescript-mcp": {
"command": "npx",
"args": [
"-y",
"@peakmojo/peakmojo-applescript-applescript-mcp"
]
}
}
}