Skip to content
Cline

PWA Debug Layer for Cline

io.github.aryanduntley/pwa-debug-layer

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

client:Cline transport:stdio runtime:npm

Install PWA Debug Layer in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

PWA Debug Layer in other clients