SiriショートカットMCPサーバー
このMCPサーバーは、モデルコンテキストプロトコル(MCP)を介してSiriショートカット機能へのアクセスを提供します。macOSショートカットアプリからショートカットの一覧表示、表示、実行が可能です。

特徴
すべてのショートカットを公開します。つまり、LLM はショートカット アプリで利用可能なものをすべて呼び出すことができます。
利用可能なショートカットをすべて一覧表示する
ショートカットアプリでショートカットを開く
オプションの入力パラメータを使用してショートカットを実行する
利用可能なショートカットごとに動的に生成されるツール
ツール
基本ツール
list_shortcutsシステムで利用可能なすべてのSiriショートカットを一覧表示します
入力不要
戻り値: ショートカット名の配列
{ "shortcuts": [{ "name": "My Shortcut 1" }, { "name": "My Shortcut 2" }] }open_shortcutショートカットアプリでショートカットを開きます
入力:
name(文字列): 開くショートカットの名前
run_shortcutオプション入力でショートカットを実行します
入力:
name(文字列): 実行するショートカットの名前input(文字列、オプション): ショートカットに渡すテキスト入力またはファイルパス
ダイナミックツール
サーバーは、使用可能なショートカットごとに追加のツールを次の形式で自動的に生成します。
ツール名:
run_shortcut_[sanitized_shortcut_name]説明: 特定のショートカットを実行します
入力:
input(文字列、オプション): ショートカットに渡すテキスト入力またはファイルパス
クロードとの使用
Claude 構成に追加:
実装の詳細
macOS
shortcutsCLIコマンドを内部的に使用ツールの命名互換性のためにショートカット名をサニタイズします
直接テキスト入力とファイルベースの入力の両方をサポート
利用可能な場合はショートカット出力を返します
標準のMCPエラー処理を実装
local-only server
The server can only run on the client's local machine because it depends on local resources.
モデル コンテキスト プロトコルを介して macOS Siri ショートカットとの対話を可能にし、ユーザーはオプションの入力を使用してショートカットを動的に一覧表示、開き、実行できるようになります。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityAn MCP Server Integration with Apple ShortcutsLast updated -235243Apache 2.0
- Asecurity-licenseAqualityEnables AI assistants to interact with Meilisearch via the Model Context Protocol, allowing comprehensive index, document, and search management through a standardized interface.Last updated -6809MIT License
- Asecurity-licenseAqualityA Model Context Protocol server that enables AI assistants to interact with Apple Reminders on macOS, allowing users to view lists, retrieve, create, complete, and delete reminders through natural language.Last updated -56
- Asecurity-licenseAqualityA Model Context Protocol server that enables running AppleScript code to interact with Mac applications and system features including Notes, Calendar, Contacts, Messages, file management, and more.Last updated -1165367MIT License