@tristan012005/applescript-mcp
v1.0.3
Published
AppleScript MCP server for Claude Desktop
Downloads
24
Maintainers
Readme
@tristan012005/applescript-mcp
A Claude-compatible AppleScript MCP server for automating macOS tasks.
Usage
To run locally:
npm install
npm startTo use in Claude Desktop config:
"applescript_execute": {
"command": "npx",
"args": ["@tristan012005/applescript-mcp@latest"]
}