mcpbeat Sign in

A11y Check MCP Server

local only

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

Web accessibility scanning (WCAG 2.2 AA + KWCAG 2.2) with Korean remediation guides

Installs per day peak 39 · avg 21 · +76% w/w
a month agotoday
103
Installs / week
npm · @a11ychk/mcp
3
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check A11y Check every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to A11y Check

same job, measured the same way
MCP Accessibility Scanner
by justasmonkev

MCP server for automated web accessibility scanning with Playwright and Axe-core.

2 159 installs/wk local only
Jeikin
by jeikin

Accessibility compliance for AI coding tools. WCAG 2.2 reviews with shared evidence.

answering
wcagc — accessibility scanning
by wcag-compliance

Deterministic axe-core accessibility scans (WCAG 2.1 AA, EN 301 549, PDF/UA) via your account.

57 installs/wk answering
Seegeo
by see-geo

Audit any website for AI visibility: graded report, findings with fixes, AI crawler access check.

36 installs/wk answering
Inclusify Accessibility
by inclusifyapp

Accessibility and WCAG data for your own websites: fix lists, live checks, and fix validation.

answering
Accessibility Scanner MCP
by bishop81

Scan any URL for WCAG accessibility issues (axe-core) and get per-element fixes for an AI agent.

222 installs/wk local only
Siteaudit
by thegridwork

Audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks.

27 installs/wk local only
I
Dropcoin A11y
by freshfos

Accessibility pre-checks (WCAG/BFSG) in a real browser + statement drafts. Pay per call.

2 tools answering

A11y Check — questions

Answers built from our own checks of this server.

Why is there no uptime for A11y Check?
A11y Check 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 @a11ychk/mcp was installed 103 times last week.
How do I connect A11y Check?
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 @a11ychk/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use A11y Check?
The npm package @a11ychk/mcp was installed 103 times in the last week. Week over week that is +76%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is A11y Check open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 3 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.