chart color audit for Grok
io.github.socraticstatic/chart-color-audit
CI-friendly accessibility audit for chart color palettes: WCAG contrast, CVD simulation, OKLab ΔE.
client:Grok
transport:stdio
runtime:npm
Install chart color audit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"chart-color-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chart-color-audit"
]
}
}
}
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