Skip to content
Cursor

eaa form lint wcag22 for Cursor

io.github.jmshinhwa/eaa-form-lint-wcag22

Names every WCAG 2.2 AA form failure on its line, with the criterion and the fix

client:Cursor transport:stdio runtime:npm

Install eaa form lint wcag22 in Cursor

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

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

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

eaa form lint wcag22 in other clients