Run Apple Shortcuts automations through MCP. Trigger shortcuts, pass inputs, and get results from your macOS/iOS workflows.
npx -y mcp-server-apple-shortcuts
macOS only:
```json
{
"mcpServers": {
"shortcuts": {
"command": "npx",
"args": ["-y", "mcp-server-apple-shortcuts"]
}
}
}
```
run_shortcutlist_shortcutsRun Apple Shortcuts automations through MCP. Trigger shortcuts, pass inputs, and get results from your macOS/iOS workflows.
Language: TypeScript
Category: Productivity