A11y MCP
UnclaimedAn 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!
Install
$
npx a11y-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (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