MCPHub

0 serversUpdated Sep 16, 2026

TasksCollectionsPlaygroundSubmit
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Tasks
  • Collections
  • Playground
  • Submit
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Servers
  2. /Accessibility
  3. /vince-gonzalez/opticquiz-mcp
AccessibilityCommunityTypeScript
V

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
Add to CursorView on GitHub

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"
      ]
    }
  }
}
Add to Cursor

Paste into ~/.cursor/mcp.json or .cursor/mcp.json

Tags

  • accessibility
  • local
  • typescript
  • awesome-list