a11y check for Cursor
com.nexaaly/a11y-check
Real-browser WCAG audit that also finds keyboard-inoperable controls axe-core misses, with fixes.
client:Cursor
transport:streamable-http
Install a11y check in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"a11y-check": {
"url": "https://nexaaly.com/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs