priyankark/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!
Platform-specific configuration:
{
"mcpServers": {
"a11y-mcp": {
"command": "npx",
"args": [
"-y",
"a11y-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...