applescript-mcp
About
Enables LLM applications to interact with macOS through AppleScript.
Details
- Author
- Highlight
- Repository
- highlight-ing/applescript-mcp
- Downloads
- 8
- License
- MIT License
- Categories
- AI, Developer Tools
Jump to
- 🗓️ Calendar management (events, reminders)
- 📋 Clipboard operations
- 🔍 Finder integration
- 🔔 System notifications
- ⚙️ System controls (volume, dark mode, apps)
- 📟 iTerm terminal integration
Setting up with Highlight
Follow these steps to add this server as a custom Highlight plugin:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
applescript-mcpCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@highlight/mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
```bash
npm install
add
Create calendar event with parameters: title, startDate, endDate.
list
List today's events.
set_clipboard
Copy to clipboard with parameter: content.
get_clipboard
Get clipboard contents.
clear_clipboard
Clear clipboard.
get_selected_files
Get selected files.
search_files
Search for files with parameters: query, location (optional).
quick_look
Preview file with parameter: path.
send_notification
Show notification with parameters: title, message, sound (optional).
toggle_do_not_disturb
Toggle DND mode.
volume
Set system volume with parameter: level (0-100).
get_frontmost_app
Get active app.
launch_app
Open application with parameter: name.
quit_app
Close application with parameters: name, force (optional).
toggle_dark_mode
Toggle dark mode.
paste_clipboard
Paste to iTerm.
run
Execute command with parameters: command, newWindow (optional).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"applescript-mcp": {
"env": {},
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@highlight/mcp-server"
],
"command": "cmd"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





