Apple Automation

by gnosis23

1 stars
158 downloads
Not rated
GitHub

About

Provides a lightweight macOS application control server for managing Spotify playback and iTerm interactions using AppleScript-based system commands.

Details

Author
gnosis23
Repository
gnosis23/apple-mcp-server
GitHub stars
1
Downloads
158
License
MIT License
Categories
Design, Developer Tools, AI, Frontend, Infrastructure, Other

- Run apps on macOS via MCP
- Control music playback with prompts
- Simple installation and configuration
- MIT licensed

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Apple Automation
    Command (node, npx, python, etc.) node
    Arguments
    • Argument 1 /absolute/path/to/apple-mcp-server/build/index.js

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies with pnpm install, and build with pnpm run build. Then add the following configuration to your MCP settings:

node /absolute/path/to/apple-mcp-server/build/index.js

The server provides prompts such as "play music" and "next song" for controlling music playback.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "apple automation": {
            "env": {},
            "args": [
                "/absolute/path/to/apple-mcp-server/build/index.js"
            ],
            "shell": false,
            "command": "node"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "/absolute/path/to/apple-mcp-server/build/index.js"
    ],
    "shell": false,
    "command": "node"
}

Macos

{
    "env": [],
    "args": [
        "/absolute/path/to/apple-mcp-server/build/index.js"
    ],
    "shell": false,
    "command": "node"
}

Windows

{
    "env": [],
    "args": [
        "/absolute/path/to/apple-mcp-server/build/index.js"
    ],
    "shell": false,
    "command": "node"
}

Apple MCP Server

A mcp server application for running apps in MacOS.

Installation

1. Clone the repository:

git clone https://github.com/gnosis23/apple-mcp-server.git
cd apple-mcp-server

2. Install dependencies:

pnpm install
pnpm run build

Running the Server

add the following code to your mcp configs

node /absolute/path/to/apple-mcp-server/build/index.js

prompts

- play music
- next song

License

This project is licensed under the MIT License - see the LICENSE file for details.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.