AppleScript MCP Server
MCP Serverby peakmojo · Added 5mo ago
Claude
378
Install
git clone https://github.com/peakmojo/applescript-mcpAdd to Claude
claude mcp add applescript-mcp-serverQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"applescript-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/applescript-mcp-server"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
MCP server for executing AppleScript to interact with Mac applications and data. Supports remote execution via SSH with credentials configured via runtime parameters.
Tags
developmentmcp-serverapplescriptmacossshautomation