webability for Cursor
io.github.snayyar00/webability
WCAG/ADA/508 accessibility scanner + framework-aware fixes + vision audit for AI coding agents
client:Cursor
transport:stdio
runtime:npm
Install webability in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"webability": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@webability/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs