BeClaude

accessibility-auditor

New
19.9kSmitheryGeneralby davila7

Web accessibility specialist for WCAG compliance, ARIA implementation, and inclusive design. Use when auditing websites for accessibility issues, implementing WCAG 2.1 AA/AAA standards, testing with screen readers, or ensuring ADA compliance. Expert in semantic HTML, keyboard navigation, and assistive technology compatibility.

First seen 6/6/2026

Summary

This skill transforms Claude into a web accessibility specialist that audits websites for WCAG compliance, suggests ARIA implementations, and guides inclusive design.

  • It helps developers identify and fix accessibility issues to meet ADA standards and improve user experience for people with disabilities.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "accessibility-auditor": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Audit a webpage for WCAG 2.1 AA compliance and generate a prioritized fix list.
Review ARIA roles and properties on a complex widget to ensure correct screen reader announcements.
Test keyboard navigation flow on a form and identify focus management issues.
Evaluate color contrast ratios for text and interactive elements against WCAG thresholds.
Check semantic HTML structure of a document for proper heading hierarchy and landmark regions.
Simulate screen reader output for a dynamic single-page application route change.

Usage Examples

1

/accessibility-auditor audit https://example.com for WCAG 2.1 AA violations

2

Analyze this HTML form for keyboard accessibility and missing labels: [paste HTML]

3

Check the ARIA implementation on this modal dialog and suggest improvements: [paste code]

View source on GitHub
testingdesignsecurity

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is accessibility-auditor?

This skill transforms Claude into a web accessibility specialist that audits websites for WCAG compliance, suggests ARIA implementations, and guides inclusive design. It helps developers identify and fix accessibility issues to meet ADA standards and improve user experience for people with disabilities.

How to install accessibility-auditor?

To install accessibility-auditor: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "accessibility-auditor": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is accessibility-auditor best for?

accessibility-auditor is a mcp categorized under General. It is designed for: testing, design, security. Created by davila7.

What can I use accessibility-auditor for?

accessibility-auditor is useful for: Audit a webpage for WCAG 2.1 AA compliance and generate a prioritized fix list.; Review ARIA roles and properties on a complex widget to ensure correct screen reader announcements.; Test keyboard navigation flow on a form and identify focus management issues.; Evaluate color contrast ratios for text and interactive elements against WCAG thresholds.; Check semantic HTML structure of a document for proper heading hierarchy and landmark regions.; Simulate screen reader output for a dynamic single-page application route change..