JustasMonkevJustasMonkevCommunityยท1 Agent Skills Included

mcp-accessibility-scanner

Automated WCAG accessibility scanning and browser automation

Scans websites for WCAG 2.0/2.1/2.2 violations using Axe and Playwright, with keyboard, screen reader, and multi-viewport audits. Crawls entire sites and generates detailed JSON reports with remediation guidance, eliminating slow manual accessibility testing. Includes full browser automation for clicking, typing, tabs, screenshots, and PDF capture through one command-line interface.
npx skills add JustasMonkev/mcp-accessibility-scanner --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’