Home › Development › 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.
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_KEYsecret — 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
desktop-touch-mcp
Computer-use MCP for Windows 10/11: 32 tools — screenshot, UIA, Chrome CDP, type/click/scroll, VBA.
Apple System
Read and manage macOS system settings and perform scoped desktop actions.
WPFVisualTreeMcp
Let AI agents inspect and drive running WPF apps: tree, bindings, screenshots, clicks, text input.
glass
MCP server giving a coding agent a build→see→interact→debug loop over native GUI apps.
Plonk
Plonk gives agents local macOS tools for windows, workspaces, screenshots, OCR, and more.
gnome-desktop-mcp
GNOME desktop automation for AI agents. 30 tools via D-Bus: screenshots, window management, mouse/keyboard injection, clipboard,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry