Accessibility Scanner
Freeby MCP Community
A Model Context Protocol (MCP) server for performing automated accessibility scans of web pages using Playwright and Axe-core
v2.0.10Added Apr 12, 2026
mcpaccessibilitya11ywcagaxe-core
Accessibility Scanner MCP Server
A Model Context Protocol (MCP) server for performing automated accessibility scans of web pages using Playwright and Axe-core
Installation
Reviews
Installation
Quick install
npx -y mcp-accessibility-scanner
Add to claude_desktop_config.json
{
"mcpServers": {
"accessibility-scanner": {
"command": "npx",
"args": ["-y", "mcp-accessibility-scanner"]
}
}
}