accessibility statement lint for Grok
io.github.jmshinhwa/accessibility-statement-lint
Checks the accessibility statement you already published against the EU model statement and its two
client:Grok
transport:stdio
runtime:npm
Install accessibility statement lint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"accessibility-statement-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/accessibility-statement-lint"
]
}
}
}
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