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 (Cline/Cursor/GH Copilot) and let them fix a11y issues for you!
Server Config
{
"mcpServers": {
"a11y": {
"command": "npx",
"args": [
"a11y-mcp"
],
"disabled": false,
"autoApprove": []
}
}
}