Odel
A11y Check

A11y Check

Local
@isaaceryn3TypeScriptAGPL-3.0Updated 1w ago

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).

npm@a11ychk/mcpv0.1.4

Run

npx -y @a11ychk/mcp

MCP client config

{
  "mcpServers": {
    "a11y-check": {
      "command": "npx",
      "args": [
        "-y",
        "@a11ychk/mcp"
      ]
    }
  }
}