Skip to content
Cursor

Apple Shortcuts for Cursor

io.github.jonathanrreed/apple-shortcuts-mcp

List, inspect, and run Apple Shortcuts on macOS.

client:Cursor transport:stdio runtime:pypi

Install Apple Shortcuts in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apple-shortcuts-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apple-shortcuts-mcp"
      ],
      "env": {
        "APPLE_SHORTCUTS_MCP_SAFETY_MODE": "<APPLE_SHORTCUTS_MCP_SAFETY_MODE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Apple Shortcuts in other clients