HomeDevelopment › Askew — iPhone, iPad and Mac via Shortcuts

Askew — iPhone, iPad and Mac via Shortcuts

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

TypeScript CloudLocal macOSWindowsLinux
★ 1 stars Last pushed 2026-09-21 License: MIT

Topics: OS Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "askew-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ASKEW_CONNECTOR_KEY": "<YOUR_VALUE>",
        "ASKEW_SERVER": "<YOUR_VALUE>",
        "ASKEW_KEY_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • ASKEW_CONNECTOR_KEY secret — Connector key (akc_) from Askew Settings. Required for relay and assigned Mac targets; optional for local action search and recipe build.
  • ASKEW_SERVER — Relay URL. Defaults to https://api.askew.my.
  • ASKEW_KEY_PATH — Where the connector's private key file lives. Defaults to ~/.askew/connector.key.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry