a11y for VS Code
io.github.rog0x/a11y
Alt text, headings, contrast, ARIA for AI agents
client:VS Code
transport:stdio
runtime:npm
Install a11y in VS Code
.vscode/mcp.json
{
"servers": {
"a11y": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-a11y-tools"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs