A11Y Toolkit for Grok
io.github.kinti/a11y-toolkit
The accessibility layer for AI coding agents: audit, fix, document and watch - WCAG 2.2.
client:Grok
transport:stdio
runtime:pypi
Install A11Y Toolkit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"a11y-toolkit": {
"type": "stdio",
"command": "uvx",
"args": [
"a11y-toolkit"
]
}
}
}
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