← Back to Plugins
MCP Server MCP

Apple Shortcuts

github By github 👁 1 views ▲ 0 votes

List, inspect, and run Apple Shortcuts on macOS.

Homepage Verified source GitHub

Install

uvx apple-shortcuts-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "apple-shortcuts-mcp",
      "version": "1.0.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Safety mode for Shortcuts operations: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "full_access",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_SHORTCUTS_MCP_SAFETY_MODE"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/JonathanRReed/Apple-MCPs/releases/download/v1.0.2/apple-shortcuts-1.0.2.mcpb",
      "version": "1.0.2",
      "fileSha256": "6c6ccebd86b29bada7203afbf722e427cb5dbb5d17b1277a7c440674f0ff48f5",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi mcpb

Comments

Sign in to leave a comment

Loading comments...