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