applescript-mcp
Applescript-mcp is a Model Context Protocol server that allows AI applications to interact with macOS using AppleScript. The server offers features like system control, file management, and messaging, enhancing AI application capabilities on macOS. It is developed with TypeScript and provides modular architecture for easy extensibility.
What macOS version is required to run applescript-mcp?
The server requires macOS 10.15 or later.
How do I enable notifications for the server?
You need to enable notifications in System Settings > Notifications > Script Editor.
What should I do if I encounter permission errors?
Check System Preferences > Security & Privacy > Privacy > Automation to ensure the necessary permissions are granted.
How can I debug the server?
Use the MCP Inspector for testing and debugging, and enable debug logging by setting the environment variable DEBUG=applescript-mcp*.
What are the prerequisites for running the server?
You need macOS 10.15 or later and Node.js 18 or later.