Skip to content
Grok

PWA Debug Layer for Grok

io.github.aryanduntley/pwa-debug-layer

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

client:Grok transport:stdio runtime:npm

Install PWA Debug Layer in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

PWA Debug Layer in other clients