accessibility statement lint for Cursor
io.github.jmshinhwa/accessibility-statement-lint
Checks the accessibility statement you already published against the EU model statement and its two
client:Cursor
transport:stdio
runtime:npm
Install accessibility statement lint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"accessibility-statement-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/accessibility-statement-lint"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs