a11y for Cursor
io.github.rog0x/a11y
Alt text, headings, contrast, ARIA for AI agents
client:Cursor
transport:stdio
runtime:npm
Install a11y in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"a11y": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-a11y-tools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs