Skip to main content
Glama

applescript-mcp

shortcuts_run_shortcut

Execute macOS Shortcuts in the background without opening the app by providing the shortcut name and optional input via AppleScript integration.

Instructions

[Shortcuts operations] Run a shortcut with optional input. Uses Shortcuts Events to run in background without opening the app.

Input Schema

NameRequiredDescriptionDefault
inputNoOptional input to provide to the shortcut
nameYesName of the shortcut to run

Input Schema (JSON Schema)

{ "properties": { "input": { "description": "Optional input to provide to the shortcut", "type": "string" }, "name": { "description": "Name of the shortcut to run", "type": "string" } }, "required": [ "name" ], "type": "object" }

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/joshrutkowski/applescript-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server