Skip to main content
Glama

Apple Shortcuts Server

by recursechat

Apple ショートカット MCP サーバー 🤖

ClaudeのようなAIアシスタントがAppleショートカットの自動化を制御できるようにするモデルコンテキストプロトコル(MCP)サーバー。これにより、AIモデルはmacOS上でショートカットをトリガーし、タスクを安全かつ制御された方法で自動化できるようになります。

MCPとは何ですか?🤔

モデルコンテキストプロトコル(MCP)は、Claude DesktopのようなAIアプリが外部ツールやデータソースに接続できるようにするシステムです。これにより、AIアシスタントがユーザーの制御を維持しながら、ローカルサービスやAPIを明確かつ安全に操作できるようになります。

このサーバーは何をしますか?🚀

Apple ショートカット MCP サーバー:

  • AIアシスタントが利用可能なショートカットを一覧表示できるようにする
  • オプションの入力パラメータを使用して、名前でショートカットを実行できます。
  • 自動化制御のためのシンプルなインターフェースを提供します

前提条件 📋

始める前に、次のものを用意してください。

Apple ショートカット サーバーを使用するための設定 ⚙️

Apple ショートカット サーバーを使用するための Claude Desktop の構成は次のとおりです。

{ "mcpServers": { "apple-shortcuts": { "command": "npx", "args": ["-y", "mcp-server-apple-shortcuts"] } } }

Apple ショートカット サーバーを構築してローカルで実行する 🛠️

  1. このリポジトリをクローンします:
git clone git@github.com:recursechat/mcp-server-apple-shortcuts.git
  1. 依存関係をインストールします:
npm install
  1. ビルドプロジェクト
npm run build

ローカル ビルドで Apple ショートカット サーバーを使用するための Claude Desktop の構成は次のとおりです。

{ "mcpServers": { "apple-shortcuts": { "command": "npx", "args": ["/path/to/mcp-server-apple-shortcuts/build/index.js"], } } }

使用方法 🎯

Claude に「ショートカットを一覧表示する」ように依頼したり、ショートカット名を使用して特定のショートカット(「今日の単語を取得する」や「曲を再生する」など)を実行したりできます。

ライセンス ⚖️

Apache 2.0

-
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.

AppleショートカットとのMCPサーバー統合

  1. MCPとは何ですか?🤔
    1. このサーバーは何をしますか?🚀
      1. 前提条件 📋
        1. Apple ショートカット サーバーを使用するための設定 ⚙️
          1. Apple ショートカット サーバーを構築してローカルで実行する 🛠️
            1. 使用方法 🎯
              1. ライセンス ⚖️

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  An MCP server to run commands.
                  Last updated -
                  2
                  265
                  150
                  TypeScript
                  MIT License
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  A simple MCP server that can send notifications on mac devices.
                  Last updated -
                  5
                  9
                  8
                  TypeScript
                  MIT License
                  • Apple
                • A
                  security
                  F
                  license
                  A
                  quality
                  An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
                  Last updated -
                  39
                  28
                  • Apple

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

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