Skip to content
VS Code

A11y Check for VS Code

com.a11ychk/mcp

Web accessibility scanning (WCAG 2.2 AA + KWCAG 2.2) with Korean remediation guides

client:VS Code transport:stdio runtime:npm

Install A11y Check in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@a11ychk/mcp"
      ]
    }
  }
}

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

A11y Check in other clients