wcag accessibility for Cursor
io.github.aditya-ariosity/wcag-accessibility
A WCAG accessibility testing MCP for AI agents, Codex, Claude Code, and automated UI audits.
client:Cursor
transport:stdio
runtime:npm
Install wcag accessibility in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wcag-accessibility": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wcag-accessibility-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs