A11Y Toolkit
Rank #2,881io.github.kinti/a11y-toolkit
The accessibility layer for AI coding agents: audit, fix, document and watch - WCAG 2.2.
A11Y Toolkit is a Model Context Protocol (MCP) server published by kinti. It ranks #2,881 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. A11Y Toolkit is listed across 2 registries — Official MCP and Glama, with 28 tracked versions. It was first listed on Aug 22, 2026 and most recently updated on Sep 19, 2026.
Ranks ahead of 129,165 of 132,046 servers on MCP Toplist.
Use A11Y Toolkit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add a11y-toolkit -- uvx a11y-toolkit --from a11y-toolkit a11y-toolkit-mcp[mcp_servers.a11y-toolkit]
command = "uvx"
args = ["a11y-toolkit", "--from", "a11y-toolkit", "a11y-toolkit-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"a11y-toolkit": {
"command": "uvx",
"args": [
"a11y-toolkit",
"--from",
"a11y-toolkit",
"a11y-toolkit-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"a11y-toolkit": {
"command": "uvx",
"args": [
"a11y-toolkit",
"--from",
"a11y-toolkit",
"a11y-toolkit-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"a11y-toolkit": {
"type": "stdio",
"command": "uvx",
"args": [
"a11y-toolkit",
"--from",
"a11y-toolkit",
"a11y-toolkit-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"a11y-toolkit": {
"command": "uvx",
"args": [
"a11y-toolkit",
"--from",
"a11y-toolkit",
"a11y-toolkit-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"a11y-toolkit": {
"command": "uvx",
"args": [
"a11y-toolkit",
"--from",
"a11y-toolkit",
"a11y-toolkit-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/io.github.kinti%2Fa11y-toolkit)<a href="https://mcptoplist.com/server/io.github.kinti%2Fa11y-toolkit"><img src="https://mcptoplist.com/badge/io.github.kinti%2Fa11y-toolkit.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
kinti
Available versions (28)
| Version | Published |
|---|---|
| 3.20.0 | Sep 19, 2026 |
| 3.19.0 | Sep 19, 2026 |
| 3.18.2 | Sep 19, 2026 |
| 3.18.0 | Sep 19, 2026 |
| 3.17.0 | Sep 19, 2026 |
| 3.16.0 | Sep 19, 2026 |
| 3.15.0 | Sep 19, 2026 |
| 3.14.0 | Sep 19, 2026 |
| 3.13.2 | Sep 18, 2026 |
| 3.13.1 | Sep 18, 2026 |
| 3.13.0 | Sep 18, 2026 |
| 3.12.1 | Sep 15, 2026 |
| 3.12.0 | Sep 14, 2026 |
| 3.11.0 | Sep 14, 2026 |
| 3.10.0 | Sep 13, 2026 |
| 3.9.5 | Sep 13, 2026 |
| 3.9.4 | Sep 13, 2026 |
| 3.9.3 | Sep 13, 2026 |
| 3.9.2 | Sep 13, 2026 |
| 3.9.1 | Sep 13, 2026 |
| 3.9.0 | Sep 13, 2026 |
| 3.8.0 | Sep 8, 2026 |
| 3.7.0 | Sep 8, 2026 |
| 3.6.0 | Sep 8, 2026 |
| 3.5.0 | Sep 7, 2026 |
| 3.4.0 | Sep 7, 2026 |
| 3.3.3 | Sep 7, 2026 |
| 3.3.1 | Sep 7, 2026 |
Frequently asked questions
- Who maintains A11Y Toolkit?
- A11Y Toolkit is maintained by kinti, which publishes 1 MCP server (28 total versions) tracked on MCP Toplist.
- Is A11Y Toolkit listed on the Official MCP Registry?
- Yes — A11Y Toolkit is listed on the Official MCP Registry, alongside Glama.
- How many versions does A11Y Toolkit have?
- MCP Toplist tracks 28 versions of A11Y Toolkit, most recently published on Sep 19, 2026.
- Where can I find the source code for A11Y Toolkit?
- The source code for A11Y Toolkit is hosted at github.com/kinti/a11y-toolkit.
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.