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).
Run
npx -y contrast-checker-mcp
MCP client config
{
"mcpServers": {
"contrast-checker-mcp": {
"command": "npx",
"args": [
"-y",
"contrast-checker-mcp"
]
}
}
}