Skip to content
VS Code

A11Y Toolkit for VS Code

io.github.kinti/a11y-toolkit

The accessibility layer for AI coding agents: audit, fix, document and watch - WCAG 2.2.

client:VS Code transport:stdio runtime:pypi

Install A11Y Toolkit in VS Code

.vscode/mcp.json

{
  "servers": {
    "a11y-toolkit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "a11y-toolkit"
      ]
    }
  }
}

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

A11Y Toolkit in other clients