PWA Debug Layer runs on your own machine — the client starts it, so there is no endpoint to ping. 95 installs a week from npm. Last commit 26 Jun 2026.
Debug PWAs in your real browser via MCP: service-worker, cache, installability & framework state.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add pwa-debug-layer -- npx -y @aryanduntley/pwa-debug
{
"mcpServers": {
"pwa-debug-layer": {
"args": [
"-y",
"@aryanduntley/pwa-debug"
],
"command": "npx"
}
}
}
[mcp_servers.pwa-debug-layer]
command = "npx"
args = ["-y", "@aryanduntley/pwa-debug"]
{
"mcpServers": {
"pwa-debug-layer": {
"args": [
"-y",
"@aryanduntley/pwa-debug"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"pwa-debug-layer": {
"args": [
"-y",
"@aryanduntley/pwa-debug"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.