Odel
contrast checker mcp

contrast checker mcp

Local
@ogsinghTypeScriptApache-2.0Updated 6mo ago

MCP - WCAG 2.1 color contrast checker - contrast ratios, compliance and accessible color suggestions

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcontrast-checker-mcpv1.0.1

Run

npx -y contrast-checker-mcp

MCP client config

{
  "mcpServers": {
    "contrast-checker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "contrast-checker-mcp"
      ]
    }
  }
}