Community-Access/accessibility-agents
Accessibility review agents for Claude Code, GitHub Copilot, and Claude Desktop. Eleven specialists that enforce WCAG 2.2 AA compliance so AI coding tools stop generating inaccessible code.
Platform-specific configuration:
{
"mcpServers": {
"accessibility-agents": {
"command": "npx",
"args": [
"-y",
"accessibility-agents"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...