Skip to content
VS Code

wcagc — accessibility scanning for VS Code

io.github.wcag-compliance/mcp

Deterministic axe-core accessibility scans (WCAG 2.1 AA, EN 301 549, PDF/UA) via your account.

client:VS Code transport:streamable-http runtime:npm

Install wcagc — accessibility scanning in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.wcagc.com/mcp"
    }
  }
}

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

wcagc — accessibility scanning in other clients