Skip to main content
Glama

shortcuts-mcp-server

MIT License
11
  • Apple

ショートカット-mcp-server

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

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

ショートカット 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" } } }

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

続きを読む


[設定] -> [MCP] -> [構成の編集] を開いて、次のように更新します。

{ "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

              • A
                security
                A
                license
                A
                quality
                MCP server allowing any and all command execution over CMD
                Last updated -
                2
                33
                9
                JavaScript
                MIT License
                • Linux
              • A
                security
                A
                license
                A
                quality
                An MCP server to run commands.
                Last updated -
                2
                933
                160
                TypeScript
                MIT License
                • Apple
              • A
                security
                A
                license
                A
                quality
                Easily find MCP servers using our MCP registry. Search with natural language.
                Last updated -
                1
                3
                JavaScript
                MIT License

              View all related MCP servers

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

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