Skip to main content
Glama

Siri Shortcuts MCP Server

by dvcrn

open_shortcut

Quickly open a Siri Shortcut by name directly in the Shortcuts app on macOS, using the Siri Shortcuts MCP Server for efficient shortcut management.

Instructions

Open a shortcut in the Shortcuts app

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the shortcut to open

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name of the shortcut to open", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

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