A11y Check
Rank #9,632com.a11ychk/mcp
Web accessibility scanning (WCAG 2.2 AA + KWCAG 2.2) with Korean remediation guides
A11y Check is a Model Context Protocol (MCP) server published by IsaacEryn. It ranks #9,632 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. A11y Check is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 28, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 122,414 of 132,046 servers on MCP Toplist.
Use A11y Check
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add a11ychk -- npx -y @a11ychk/mcp[mcp_servers.a11ychk]
command = "npx"
args = ["-y", "@a11ychk/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"a11ychk": {
"command": "npx",
"args": [
"-y",
"@a11ychk/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"a11ychk": {
"command": "npx",
"args": [
"-y",
"@a11ychk/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"a11ychk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@a11ychk/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"a11ychk": {
"command": "npx",
"args": [
"-y",
"@a11ychk/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"a11ychk": {
"command": "npx",
"args": [
"-y",
"@a11ychk/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.a11ychk%2Fmcp)<a href="https://mcptoplist.com/server/com.a11ychk%2Fmcp"><img src="https://mcptoplist.com/badge/com.a11ychk%2Fmcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
IsaacEryn
Available versions (3)
| Version | Published |
|---|---|
| 0.1.4 | Aug 31, 2026 |
| 0.1.2 | Aug 3, 2026 |
| 0.1.1 | Aug 2, 2026 |
Frequently asked questions
- Who maintains A11y Check?
- A11y Check is maintained by IsaacEryn, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is A11y Check listed on the Official MCP Registry?
- Yes — A11y Check is listed on the Official MCP Registry.
- How many versions does A11y Check have?
- MCP Toplist tracks 3 versions of A11y Check, most recently published on Aug 31, 2026.
- Where can I find the source code for A11y Check?
- The source code for A11y Check is hosted at github.com/IsaacEryn/a11ychk.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.