← Back to Plugins
MCP Server MCP

Apple Shortcuts

github By github 👁 1 views ▲ 0 votes

MCP server for Apple Shortcuts via the macOS shortcuts CLI

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-apple-shortcuts",
      "version": "0.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Maximum time in milliseconds to wait for a shortcuts CLI invocation before terminating it",
          "format": "number",
          "default": "120000",
          "name": "APPLE_SHORTCUTS_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...