Odel
PWA Debug Layer

PWA Debug Layer

Local
@aryanduntleyTypeScriptMITUpdated 2mo ago

Debug PWAs in your real browser via MCP: service-worker, cache, installability & framework state.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@aryanduntley/pwa-debugv0.2.0

Run

npx -y @aryanduntley/pwa-debug

MCP client config

{
  "mcpServers": {
    "pwa-debug-layer": {
      "command": "npx",
      "args": [
        "-y",
        "@aryanduntley/pwa-debug"
      ]
    }
  }
}