Odel
Apple Shortcuts

Apple Shortcuts

Local
@mindstone10TypeScriptUpdated 1w ago

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

npm@mindstone/mcp-server-apple-shortcutsv0.2.1

Run

npx -y @mindstone/mcp-server-apple-shortcuts

MCP client config

{
  "mcpServers": {
    "apple-shortcuts": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-apple-shortcuts"
      ]
    }
  }
}