Skip to main content
Glama
artemnovichkov

shortcuts-mcp-server

ショートカット-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にインストール

手動でインストールする場合は、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"
    }
  }
}

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

Related MCP server: vscode-mcp-server

使用法

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

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

ツール

  • run - ショートカットを実行します。

    • name - 実行するショートカットの名前(文字列、必須)

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

    • show-identifiers - ショートカットの識別子を表示するかどうか。(ブール値、オプション)

  • 表示- ショートカット アプリでショートカットを表示します。

    • name - 表示するショートカットの名前(文字列、必須)

リソース

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

プロンプト

  • run - ショートカットを実行します。

    • name - 実行するショートカットの名前(文字列、必須)

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

    • show-identifiers - ショートカットの識別子を表示するかどうか。(ブール値、オプション)

  • 表示- ショートカット アプリでショートカットを表示します。

    • name - 表示するショートカットの名前(文字列、必須)

参考文献

A
license - permissive license
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
1hResponse time
6moRelease cycle
3Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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