A11y
Perform 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.
21 stars
0 tools
Created Aug 2025
@priyankark/priyankark-a11y-a11y-mcpAbout
Perform 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.
Categories
general
Installation
npm
npm install @priyankark/priyankark-a11y-a11y-mcp
Configuration
{
"mcpServers": {
"priyankark-a11y-a11y-mcp": {
"command": "npx",
"args": [
"-y",
"@priyankark/priyankark-a11y-a11y-mcp"
]
}
}
}