Skip to main content
Glama

Siri Shortcuts MCP Server

by dvcrn

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" }
Install Server

Other Tools from Siri Shortcuts MCP Server

Related Tools

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/dvcrn/mcp-server-siri-shortcuts'

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