MCP server for Apple Shortcuts via the macOS shortcuts CLI
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @mindstone/mcp-server-apple-shortcuts
MCP client config
{
"mcpServers": {
"apple-shortcuts": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-apple-shortcuts"
]
}
}
}