AccessibilityCommunityTypeScript
vince-gonzalez/opticquiz-mcp
Color-vision accessibility. Check whether a palette or an image is colorblind-safe and name the conflicting pairs, generate colorblind-safe palettes (Okabe-Ito seeded), recolor an image as protanopia/deuteranopia/tritanopia renders it, and generate Ishihara-style test plates. Built on Machado, Oliveira & Fernandes (2009) + CIEDE2000, published open access at doi.org/10.5281/zenodo.21310578. Runs locally over stdio, no network calls. Install: npx -y cvdsafe-mcp and npx -y colorblind-mcp.
0 starsUpdated Sep 16, 2026
Ads
Overview
built on a published, open-access color-vision method rather than a rule of thumb.
Installation
npx -y cvdsafe-mcp
Configuration
{
"mcpServers": {
"cvdsafe": {
"command": "npx",
"args": [
"-y",
"cvdsafe-mcp"
]
}
}
}Paste into ~/.cursor/mcp.json or .cursor/mcp.json
Tags
- accessibility
- local
- typescript
- awesome-list