browser extension and mcp server for additional PWA debugging and development. improving AI DOM access
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pwa-debug-layer": {
"command": "npx",
"args": [
"-y",
"aryanduntley/pwa-debug-layer"
]
}
}
}
Run in terminal:
claude mcp add pwa-debug-layer npx -y aryanduntley/pwa-debug-layer
Add to .cursor/mcp.json:
{
"mcpServers": {
"pwa-debug-layer": {
"command": "npx",
"args": [
"-y",
"aryanduntley/pwa-debug-layer"
]
}
}
}