mcpbeat Sign in

Wcag22 CSS Lint MCP Server

local only

Wcag22 CSS Lint runs on your own machine — the client starts it, so there is no endpoint to ping. 486 installs a week from npm.

Reads your stylesheet and names the success criterion each rule breaks, including the three WCAG 2.2

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 201 · avg 16
a month agotoday
486
Installs / week
npm · @readystack/wcag22-css-lint
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 wcag22-css-lint -- npx -y @readystack/wcag22-css-lint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wcag22-css-lint": {
      "args": [
        "-y",
        "@readystack/wcag22-css-lint"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wcag22-css-lint]
command = "npx"
args = ["-y", "@readystack/wcag22-css-lint"]
.cursor/mcp.json
{
  "mcpServers": {
    "wcag22-css-lint": {
      "args": [
        "-y",
        "@readystack/wcag22-css-lint"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wcag22-css-lint": {
      "args": [
        "-y",
        "@readystack/wcag22-css-lint"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Wcag22 CSS Lint

same job, measured the same way
Eaa Form Lint Wcag22
by jmshinhwa

Names every WCAG 2.2 AA form failure on its line, with the criterion and the fix

440 installs/wk local only
Security Headers Csp Lint
by jmshinhwa

Reads security headers and CSP line by line in your config file and names the lines that silently do

309 installs/wk local only
Abnormal Security MCP
by servosity

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

local only
Wordpress Privacy Lint
by jmshinhwa

Finds the 12 author-side privacy duties your plugin PHP breaks, with the article and the fix on ever

270 installs/wk local only
Colors-LE
by nolindnaidoo

Extract colors from stylesheets and code, with their notation and position.

39 installs/wk local only
Autorenew Signup Lint
by jmshinhwa

Sixteen statutory checks on the signup page AB 2863 rewrote, in your editor and in the browser

269 installs/wk local only
Trent
by trent

Security reviews, threat models over a repo or website, and remediation tracking, in your editor.

answering
Cloud Cost Landmine Lint
by jmshinhwa

Names every line in the file you have open that starts a recurring cloud charge, with the published

308 installs/wk local only

Wcag22 CSS Lint — questions

Answers built from our own checks of this server.

Why is there no uptime for Wcag22 CSS Lint?
Wcag22 CSS Lint 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 @readystack/wcag22-css-lint was installed 486 times last week.
Is Wcag22 CSS Lint still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Wcag22 CSS Lint?
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 @readystack/wcag22-css-lint straight from npm; nothing to host, nothing to sign up for.
How many people use Wcag22 CSS Lint?
The npm package @readystack/wcag22-css-lint was installed 486 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.