Skip to content
Cursor

Askew — iPhone, iPad and Mac via Shortcuts for Cursor

io.github.dominic-dk/askew-mcp

Run iPhone Shortcuts through an encrypted relay, or assigned auto-mode Shortcuts on this Mac.

client:Cursor transport:stdio runtime:npm

Install Askew — iPhone, iPad and Mac via 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": {
    "askew-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "askew-mcp"
      ],
      "env": {
        "ASKEW_CONNECTOR_KEY": "<ASKEW_CONNECTOR_KEY>",
        "ASKEW_SERVER": "<ASKEW_SERVER>",
        "ASKEW_KEY_PATH": "<ASKEW_KEY_PATH>"
      }
    }
  }
}

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

Askew — iPhone, iPad and Mac via Shortcuts in other clients