This MCP server provides access to Siri shortcuts functionality on macOS, allowing AI assistants to list, open, and run shortcuts from the Shortcuts app. It dynamically generates tools for each available shortcut, exposing all shortcuts to the LLM for flexible automation. The server uses the macOS 'shortcuts' CLI command under the hood and supports both direct text input and file-based input for shortcut execution.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Lists all available Siri shortcuts on the system. No input required. Returns an array of shortcut names.
Opens a shortcut in the Shortcuts app. Input: name (string): Name of the shortcut to open.
Runs a shortcut with optional input. Input: name (string): Name or identifier (UUID) of the shortcut to run; input (string, optional): Text input or filepath to pass to the shortcut.