Aether WCAG Scanner for Grok
io.github.allchemylabs/aether-wcag-scanner
WCAG 2.1 AA accessibility scanner (Playwright + axe-core) with grounded, browser-verified fixes.
client:Grok
transport:stdio
runtime:npm
Install Aether WCAG Scanner in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"aether-wcag-scanner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@allchemylabs/aether-wcag-scanner"
],
"env": {
"ALLCHEMY_API_KEY": "<ALLCHEMY_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs