A11y Check for Zed
com.a11ychk/mcp
Web accessibility scanning (WCAG 2.2 AA + KWCAG 2.2) with Korean remediation guides
client:Zed
transport:stdio
runtime:npm
Install A11y Check in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@a11ychk/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs