Skip to content
Cursor

wcag22 css lint for Cursor

io.github.jmshinhwa/wcag22-css-lint

Reads your stylesheet and names the success criterion each rule breaks, including the three WCAG 2.2

client:Cursor transport:stdio runtime:npm

Install wcag22 css lint in Cursor

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

{
  "mcpServers": {
    "wcag22-css-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/wcag22-css-lint"
      ]
    }
  }
}

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

wcag22 css lint in other clients