mcpbeat Sign in

Colorblind MCP Server

local only

Colorblind runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 10 Sep 2026.

See a color or image as a colorblind person does; recolor images and make Ishihara plates.

Installs per day peak 16 · avg 1
a month agotoday
47
Installs / week
npm · colorblind-mcp
1
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

We read the source, 15 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] imageSim.js:1, [пакет] server.js:1
этот файл ставится пользователю, но в репозитории его нет
        _M[t] = np.array(json.load(open(os.path.join(here, f"transforms/{name}.json")))["matrix"])
        pub = subprocess.run(["npm", "view", pkg, "version"], capture_output=True,
                             text=True, shell=True).stdout.strip()
Executes code built at runtime tools/a11y-sweep.js:245
          w.eval(axeSrc);
  document.getElementById("result-detail").innerHTML=h;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add colorblind -- npx -y colorblind-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "colorblind": {
      "args": [
        "-y",
        "colorblind-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.colorblind]
command = "npx"
args = ["-y", "colorblind-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "colorblind": {
      "args": [
        "-y",
        "colorblind-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "colorblind": {
      "args": [
        "-y",
        "colorblind-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Colorblind

same job, measured the same way
Cvdsafe
by vince-gonzalez

Check if a palette or image is colorblind-safe, generate safe palettes, check WCAG contrast.

294 installs/wk local only
OCR
by pennyocr

Read PDFs and images as markdown or text, with exact costs and hard spend caps. $0.75/1k pages.

2 tools answering
C
e-yearbook.com Archive Search
by digitaldataonline-mcp

Search over 300,000 U.S. yearbooks and over 100 million person records; paid image unlocks paused.

answering
Moltline Vision Maths
by moltlinestudio

Image header probing, bbox conversion, resize plans and colour maths. 4 of 6 free.

6 tools answering
person.work — Agent-maintained CV
by person

Maintain your CV with your agent. Review changes, then share one record as web, PDF and open data.

4 tools answering
Document Processing
by filegraph

Extract text from documents, manipulate PDFs, and perform OCR on images.

9 tools answering
C
HTML to Image
by html2img

Render HTML and CSS to PNG images over HTTP. Send HTML and CSS and get a PNG back.

2 tools answering
Docjet MCP
by docjet-dev

Render branded PDFs and PNG images from templates or raw HTML via the DocJet API. Free tier.

31 installs/wk local only

Colorblind — questions

Answers built from our own checks of this server.

Why is there no uptime for Colorblind?
Colorblind runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package colorblind-mcp was installed 47 times last week.
How do I connect Colorblind?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls colorblind-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Colorblind?
The npm package colorblind-mcp was installed 47 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Colorblind open source?
Yes — it is published under the MIT licence, written in HTML and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.