MCP Server
Active
MIT
PWA Debug Layer MCP Server
io.github.aryanduntley/pwa-debug-layer
What is the PWA Debug Layer MCP server?
Debug PWAs in your real browser via MCP: service-worker, cache, installability & framework state.
How to install PWA Debug Layer
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pwa-debug-layer": {
"command": "npx",
"args": [
"-y",
"@aryanduntley/pwa-debug"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pwa-debug-layer": {
"command": "npx",
"args": [
"-y",
"@aryanduntley/pwa-debug"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pwa-debug-layer": {
"command": "npx",
"args": [
"-y",
"@aryanduntley/pwa-debug"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pwa-debug-layer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aryanduntley/pwa-debug"
]
}
}
}Claude Code
claude mcp add pwa-debug-layer -- npx -y @aryanduntley/pwa-debugRelated MCP servers
Database-driven FP enforcement and project management for AI-maintained codebases
0
View repository →Python
MIT