Developer Tools
Trust: 37/100 (Limited)io.github.ogSINGH/contrast-checker-mcp Guide
MCP - WCAG 2.1 color contrast checker - contrast ratios, compliance and accessible color suggestions
by ogSINGH
Quick Start
Install
npx contrast-checker-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-ogsingh-contrast-checker-mcp": {
"command": "npx",
"args": [
"contrast-checker-mcp"
]
}
}
}