WCAG 2.1 AA accessibility scanner (Playwright + axe-core) with grounded, browser-verified fixes.
claude mcp add aether-wcag-scanner -- npx -y @allchemylabs/aether-wcag-scanner
claude_desktop_config.json
{
"mcpServers": {
"aether-wcag-scanner": {
"command": "npx",
"args": [
"-y",
"@allchemylabs/aether-wcag-scanner"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"aether-wcag-scanner": {
"command": "npx",
"args": [
"-y",
"@allchemylabs/aether-wcag-scanner"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aether-wcag-scanner": {
"command": "npx",
"args": [
"-y",
"@allchemylabs/aether-wcag-scanner"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"aether-wcag-scanner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@allchemylabs/aether-wcag-scanner"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"aether-wcag-scanner": {
"command": "npx",
"args": [
"-y",
"@allchemylabs/aether-wcag-scanner"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.allchemylabs--aether-wcag-scanner/reviews or the review_server meta-tool.
POST /mcp