Siri Shortcuts MCP Server

run_shortcut

Run Siri Shortcuts dynamically on macOS by specifying the shortcut name and optional input. Automate workflows or trigger actions using text or file inputs through the Model Context Protocol.

Instructions

Run a shortcut with optional input and output parameters

Input Schema

NameRequiredDescriptionDefault
inputNoThe input to pass to the shortcut. Can be text, or a filepath
nameYesThe name or identifier of the shortcut to run

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input": { "description": "The input to pass to the shortcut. Can be text, or a filepath", "type": "string" }, "name": { "description": "The name or identifier of the shortcut to run", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from Siri Shortcuts MCP Server

Related Tools

ID: ijrlb9sj4k