Web accessibility scanning (WCAG 2.2 AA + KWCAG 2.2) with Korean remediation guides
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @a11ychk/mcp
MCP client config
{
"mcpServers": {
"a11y-check": {
"command": "npx",
"args": [
"-y",
"@a11ychk/mcp"
]
}
}
}