🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mindstone-engineering/mcp-server-apple-shortcuts

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mindstone-engineering/mcp-server-apple-shortcuts

MCP server for Apple Shortcuts via the macOS shortcuts CLI

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
8
-11.11%
Maintainers
1
Weekly downloads
 
Created
Source

Apple Shortcuts MCP Server

An MCP server that exposes Apple Shortcuts functionality to Rebel via the macOS shortcuts CLI.

Prerequisites

  • macOS with the Shortcuts app installed
  • Node.js 18+

Setup

cd ~/mcp-servers/apple-shortcuts
npm install
npm run build

No credentials or environment variables are required.

Tools

apple_shortcuts_list

List all available shortcuts, optionally filtered by folder.

ArgumentTypeRequiredDescription
folder_namestringNoFolder to list from. Use "none" for shortcuts not in any folder.
show_identifiersbooleanNoInclude internal identifiers (default: false)

apple_shortcuts_run

Run a named shortcut with optional text input.

ArgumentTypeRequiredDescription
namestringYesExact name or identifier of the shortcut
inputstringNoText input to pass to the shortcut

Register in Rebel

Add the connector in Settings → Connectors with:

  • Command: node
  • Args: ["<absolute path to>/mcp-servers/apple-shortcuts/dist/index.js"] (e.g. ~/mcp-servers/apple-shortcuts/dist/index.js expanded to an absolute path)

Caveats

  • macOS only — the shortcuts CLI is not available on other platforms.
  • Shortcuts that open GUI dialogs or prompt for confirmation may block indefinitely.
  • Running a shortcut has the same system permissions as the logged-in user.

FAQs

Package last updated on 29 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts