A11y MCP
未认领An MCP (Model Context Protocol) server for performing accessibility audits on webpages using axe-core. Use the results in an agentic loop with your favorite AI assistants (Amp/Cline/Cursor/GH Copilot) and let them fix a11y issues for you!
a11ya11y-aia11y-mcpa11y-testingaxe-aiaxe-mcp
安装
$
npx a11y-mcp工具(5 个)
audit_webpage
Performs a detailed accessibility audit on a webpage.
get_summary
Gets a summary of accessibility issues for a webpage.
includeHtml
(optional): Whether to include HTML snippets in the results (default: false)
tags
(optional): Array of specific accessibility tags to check (e.g., wcag2a, wcag2aa, wcag21a, best-practice)
url
(required): URL of the webpage to audit