Skip to content
Claude Desktop

A11Y Toolkit for Claude Desktop

io.github.kinti/a11y-toolkit

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

client:Claude Desktop transport:stdio runtime:pypi

Install A11Y Toolkit in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "a11y-toolkit": {
      "command": "uvx",
      "args": [
        "a11y-toolkit"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

A11Y Toolkit in other clients