applescript-mcp
A Model Context Protocol (MCP) server that lets you run AppleScript code to interact with your Mac.
This MCP server provides a simple and powerful way to execute AppleScript commands, allowing users to control various Mac applications and access data with ease. With minimal setup required, users can quickly start running scripts to manage their tasks, such as creating reminders, adding calendar events, and searching for files. The server also supports remote execution via SSH, making it versatile for different use cases. The server is designed to be intuitive, enabling users to perform actions like reading and writing file contents, executing shell commands, and interacting with system applications. Whether you want to automate daily tasks or simply access information quickly, this MCP server offers a straightforward solution for Mac users looking to enhance their productivity.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"applescript-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-applescript-mcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions