Skip to content
VS Code

a11y check for VS Code

com.nexaaly/a11y-check

Real-browser WCAG audit that also finds keyboard-inoperable controls axe-core misses, with fixes.

client:VS Code transport:streamable-http

Install a11y check in VS Code

.vscode/mcp.json

{
  "servers": {
    "a11y-check": {
      "type": "http",
      "url": "https://nexaaly.com/mcp"
    }
  }
}

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

a11y check in other clients