Skip to content
Cursor

A11y Check for Cursor

com.a11ychk/mcp

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

client:Cursor transport:stdio runtime:npm

Install A11y Check in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

A11y Check in other clients