mcpbeat Sign in

Cvdsafe MCP Server

local only

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

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

Installs per day peak 131 · avg 10
a month agotoday
294
Installs / week
npm · cvdsafe-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 [пакет] imageCheck.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 cvdsafe -- npx -y cvdsafe-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cvdsafe": {
      "args": [
        "-y",
        "cvdsafe-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cvdsafe]
command = "npx"
args = ["-y", "cvdsafe-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cvdsafe": {
      "args": [
        "-y",
        "cvdsafe-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cvdsafe": {
      "args": [
        "-y",
        "cvdsafe-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cvdsafe

same job, measured the same way
Color
by rog0x

Color convert, palette, contrast checker for AI agents

19 installs/wk local only
Colorblind
by vince-gonzalez

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

47 installs/wk local only
Color Forge MCP
by ryudi84

Convert between HEX, RGB, HSL color formats and generate palettes

43 installs/wk local only
Chart Color Audit
by socraticstatic

CI-friendly accessibility audit for chart color palettes: WCAG contrast, CVD simulation, OKLab ΔE.

38 installs/wk local only
Remodeleriq
by gustavoatar

Check if a contractor's remodeling bid is fair: analyze a quote, get cost + labor estimates.

10 tools answering
Color
by ryudi84

MCP server for color palette generation and conversion — HEX, RGB, HSL

local only
Standby Design MCP
by karstenkreh

Generate design systems: OKLCH color palettes, fluid type scales, spacing, shape and icon tokens.

72 installs/wk 8 tools answering
WCAG AA contrast for two hex colors
by sadri-dridi

WCAG AA contrast for two hex colors

30 tools answering

Cvdsafe — questions

Answers built from our own checks of this server.

Why is there no uptime for Cvdsafe?
Cvdsafe 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 cvdsafe-mcp was installed 294 times last week.
How do I connect Cvdsafe?
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 cvdsafe-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cvdsafe?
The npm package cvdsafe-mcp was installed 294 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 Cvdsafe 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.