MCP server for automation using Apple Shortcuts
Standard I/O
npx (run directly)
npx mcp-server-apple-shortcutsAdd this to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-apple-shortcuts": {
"args": [
"mcp-server-apple-shortcuts"
],
"command": "npx"
}
}
}