shortcuts-mcp-server
ショートカット-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"
}
}
}実行可能ファイルへのパスを置き換えることを忘れないでください。
設定 -> 開発者 -> 設定の編集を開く
~/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"
}
}
}実行可能ファイルへのパスを置き換えることを忘れないでください。
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"
}
}
}実行可能ファイルへのパスを置き換えることを忘れないでください。
Related MCP server: vscode-mcp-server
使用法
LLM にショートカットの実行、追加されたショートカットのリストの表示、ショートカット アプリでのショートカットの表示を依頼するだけです。
MCP クライアントがプロンプトとリソースをサポートしている場合は、これも確認できます。
ツール
run - ショートカットを実行します。
name- 実行するショートカットの名前(文字列、必須)
list - ショートカットを一覧表示します。
show-identifiers- ショートカットの識別子を表示するかどうか。(ブール値、オプション)
表示- ショートカット アプリでショートカットを表示します。
name- 表示するショートカットの名前(文字列、必須)
リソース
list - ショートカットを一覧表示します。
プロンプト
run - ショートカットを実行します。
name- 実行するショートカットの名前(文字列、必須)
list - ショートカットを一覧表示します。
show-identifiers- ショートカットの識別子を表示するかどうか。(ブール値、オプション)
表示- ショートカット アプリでショートカットを表示します。
name- 表示するショートカットの名前(文字列、必須)
参考文献
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceAn MCP Server Integration with Apple Shortcuts2353341Apache 2.0
- AlicenseAqualityDmaintenanceMCP server to expose VS Code editing features to an LLM for AI coding9142388MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides documentation access capabilities. This server enables LLMs to search and retrieve content from documentation websites by scraping them with crawl4ai. Built with FastMCP v2.18MIT
- AlicenseNot gradedqualityFmaintenance⚙️ A Model Context Protocol (MCP) that provides tools for fetching and creating Reddit content8541MIT
Related MCP Connectors
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent
Tech Feeds MCP.
Science Feeds MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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