Skip to content
VS Code

siteaudit for VS Code

io.github.thegridwork/siteaudit

Audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks.

client:VS Code transport:stdio runtime:npm

Install siteaudit in VS Code

.vscode/mcp.json

{
  "servers": {
    "siteaudit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gridwork-siteaudit"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

siteaudit in other clients