Loading...

This MCP server enables AI assistants to control Apple Shortcuts on macOS, allowing for automation of tasks through a controlled interface.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server enables AI assistants to control Apple Shortcuts on macOS, allowing for automation of tasks through a controlled interface.
The Apple Shortcuts MCP server provides a degree of safety by limiting the AI's control to pre-defined shortcuts. However, the safety ultimately depends on the security of the shortcuts themselves and the inputs provided to them. It is safe to use with trusted shortcuts and careful input validation, but risky with unknown or untrusted shortcuts.
Performance will depend on the complexity of the shortcuts being executed. Simple shortcuts should execute quickly, while more complex shortcuts may take longer. Consider the performance implications when designing automated workflows.
There are no direct cost considerations associated with running the Apple Shortcuts MCP server itself. However, some shortcuts may interact with external services that have associated costs (e.g., API calls, cloud storage).
npm install
```{
"mcpServers": {
"apple-shortcuts": {
"command": "npx",
"args": ["-y", "mcp-server-apple-shortcuts"]
}
}
}list_shortcutsLists all available Apple Shortcuts on the system.
Read-only operation that does not modify any system settings or data.
run_shortcutExecutes a specified Apple Shortcut with optional input parameters.
Executes pre-defined actions, but the actions themselves could have side effects.
None
The Apple Shortcuts MCP server provides a degree of safety by limiting the AI's control to pre-defined shortcuts. However, the safety ultimately depends on the security of the shortcuts themselves and the inputs provided to them. It is safe to use with trusted shortcuts and careful input validation, but risky with unknown or untrusted shortcuts.
The level of autonomy depends on the specific shortcuts being used. Some shortcuts may require user interaction, while others can run completely autonomously. The server itself does not provide sandboxing, but the Shortcuts app may offer some level of isolation.
Production Tip
Carefully review and test all shortcuts before deploying them in a production environment to ensure they behave as expected and do not introduce any security risks.
MCP is a system that allows AI apps to connect to external tools and data sources in a safe and controlled way.
It enables AI assistants to list available shortcuts and run them by name with optional input parameters.
You need Node.js (v18 or higher), Claude Desktop installed, and macOS with the Shortcuts app configured.
You need to add a configuration block to your Claude Desktop settings that specifies the command and arguments for running the server.
No, the safety depends on the security of the shortcuts themselves. Only use trusted shortcuts and validate inputs carefully.
Yes, but be aware of the privacy risks involved. Ensure that the shortcuts are properly secured and that you trust the data they are accessing.
The documentation doesn't explicitly state background execution support, but it's likely that shortcuts will run in the foreground unless specifically designed to run in the background.