Skip to content
VS Code

chart color audit for VS Code

io.github.socraticstatic/chart-color-audit

CI-friendly accessibility audit for chart color palettes: WCAG contrast, CVD simulation, OKLab ΔE.

client:VS Code transport:stdio runtime:npm

Install chart color audit in VS Code

.vscode/mcp.json

{
  "servers": {
    "chart-color-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "chart-color-audit"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

chart color audit in other clients