shortcuts-mcp-server

Integrations

  • Provides access to Apple Shortcuts functionality, allowing AI assistants to list, view, and run shortcuts through the MCP interface.

  • Enables interaction with macOS Shortcuts app, allowing execution of shortcuts from the command line and viewing shortcuts in the Shortcuts application.

ショートカット-mcp-server

Appleのショートカット機能へのアクセスを提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIアシスタントはMCPインターフェースを通じてショートカットの一覧表示、表示、実行が可能になります。

Cursor、Claude Desktop、およびその他の MCP 対応アプリケーションと互換性があります。

インストール

git clone https://github.com/artemnovichkov/shortcuts-mcp-server cd shortcuts-mcp-server swift build

プロジェクトの設定には、プロジェクトディレクトリ内の.cursor/mcp.jsonファイルを更新してください。すべてのプロジェクトで使用するには、ホームディレクトリに~/.cursor/mcp.jsonファイルを作成してください。

{ "servers": { "shortcuts-mcp-server": { "type": "stdio", "command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server" } } }

実行可能ファイルへのパスを置き換えることを忘れないでください。

続きを読む


  1. 設定 -> 開発者 -> 設定の編集を開く
  2. ~/Library/Application Support/Claude/claude_desktop_config.jsonにある設定ファイルを開き、以下を更新します。
{ "mcpServers": { "shortcuts-mcp-server": { "type": "stdio", "command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server" } } }

実行可能ファイルへのパスを置き換えることを忘れないでください。

  1. Claude Desktop を再起動します。

続きを読む


クイックインストールの場合:

手動でインストールする場合は、VS Code のユーザー設定 (JSON) ファイルに次の JSON ブロックを追加します。Ctrl Ctrl + Shift + Pを押してPreferences: Open User Settings (JSON)と入力すると、このブロックを追加できます。

{ "servers": { "shortcuts-mcp-server": { "type": "stdio", "command": "/absolute/path/to/shortcuts-mcp-server/.build/arm64-apple-macosx/debug/shortcuts-mcp-server" } } }

実行可能ファイルへのパスを置き換えることを忘れないでください。

続きを読む

使用法

LLM にショートカットの実行、追加されたショートカットのリストの表示、ショートカット アプリでのショートカットの表示を依頼するだけです。

MCP クライアントがプロンプトとリソースをサポートしている場合は、これも確認できます。

ツール

  • run - ショートカットを実行します。
    • name - 実行するショートカットの名前(文字列、必須)
  • list - ショートカットを一覧表示します。
    • show-identifiers - ショートカットの識別子を表示するかどうか。(ブール値、オプション)
  • 表示- ショートカット アプリでショートカットを表示します。
    • name - 表示するショートカットの名前(文字列、必須)

リソース

  • list - ショートカットを一覧表示します。

プロンプト

  • run - ショートカットを実行します。
    • name - 実行するショートカットの名前(文字列、必須)
  • list - ショートカットを一覧表示します。
    • show-identifiers - ショートカットの識別子を表示するかどうか。(ブール値、オプション)
  • 表示- ショートカット アプリでショートカットを表示します。
    • name - 表示するショートカットの名前(文字列、必須)

参考文献

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

ショートカット-mcp-server

  1. インストール
    1. 使用法
      1. ツール
        1. リソース
          1. プロンプト
            1. 参考文献

              Related MCP Servers

              View all related MCP servers

              ID: i92vphgcc0