Skip to content
Cursor

PWA Debug Layer for Cursor

io.github.aryanduntley/pwa-debug-layer

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

client:Cursor transport:stdio runtime:npm

Install PWA Debug Layer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

PWA Debug Layer in other clients