A11Y Toolkit for Cursor
io.github.kinti/a11y-toolkit
The accessibility layer for AI coding agents: audit, fix, document and watch - WCAG 2.2.
client:Cursor
transport:stdio
runtime:pypi
Install A11Y Toolkit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"a11y-toolkit": {
"type": "stdio",
"command": "uvx",
"args": [
"a11y-toolkit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs