shortcuts-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@shortcuts-mcp-serverrun my 'Morning Routine' shortcut"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
shortcuts-mcp-server
A Model Context Protocol (MCP) server that provides access to Apple Shortcuts functionality. This server allows AI assistants to list, view, and run your shortcuts through the MCP interface.
Compatible with Cursor, Claude Desktop, and other MCP-enabled applications.

Getting started
Prerequisites
macOS 14.5 or later
Xcode 26.0 or later (Swift 6.2)
mise
Setup with mise
To install mise:
brew install miseFor more information about mise, visit the official documentation.
Quick install
Manual installation
Update your MCP configuration with the following server:
{
"mcpServers": {
"shortcuts-mcp-server": {
"command": "mise",
"args": [
"x",
"ubi:artemnovichkov/shortcuts-mcp-server@latest",
"--",
"shortcuts-mcp-server"
]
}
}
}Xcode 27 agent plug-in
The repo root is a Claude Code style agent plug-in that Xcode 27 can import:
.claude-plugin/
├── plugin.json
└── icon.svgplugin.json declares the MCP server plus _meta with a custom tool icon and titles.
In Xcode: Settings → Intelligence → Plug-ins → Add Plug-in…, then pick the cloned repository directory.
Related MCP server: mcp-untun
Usage
Just ask LLM to run a shortcut, show a list of added shortcuts or view a shortcut in Shortcuts app.
If your MCP client supports Prompts and Resources you may check it as well:

Tools
run - Run a shortcut.
name- The name of the shortcut to run (string, required)
list - List your shortcuts.
show-identifiers- Whether to show the identifiers of the shortcuts. (boolean, optional)
view - View a shortcut in Shortcuts app.
name- Name of the shortcut to view (string, required)
Resources
list - List your shortcuts.
Prompts
run - Run a shortcut.
name- Name of the shortcut to run (string, required)
list - List your shortcuts.
show-identifiers- Whether to show the identifiers of the shortcuts. (boolean, optional)
view - View a shortcut in Shortcuts app.
name- Name of the shortcut to view (string, required)
References
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP Server Integration with Apple Shortcuts21,078 npm348Apache 2.0
- -
- MIT
- -