mcp-accessibility-scanner
Automated WCAG accessibility scanning and browser automation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install mcp-accessibility-scanner?โผ
Run `npx skills add JustasMonkev/mcp-accessibility-scanner --all -g -y` in your terminal to install the skill globally.
How to check a website for WCAG compliance?โผ
Start the interactive mode, navigate to your page, then run scan_page or audit_site with tags like wcag2aa to get a full violation report with fix guidance.
Can it audit keyboard and screen reader accessibility?โผ
Yes. The audit_keyboard tool checks tab order, focus visibility, skip links, and focus traps, while screen reader audits verify accessible names and ARIA usage.
Does it work with Claude Code and VS Code?โผ
Yes. It runs as a standard MCP server over stdio and connects directly to Claude Code, Claude Desktop, Cursor, and VS Code.
Can it scan pages behind a login?โผ
Yes. Sign in during the browser session or pass a saved storage state file, and the crawler will audit authenticated pages while warning you if the session is lost.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core