Back to MCP Servers
A11ymcp
Web accessibility testing MCP server that analyzes URLs and HTML for WCAG 2.0/2.1/2.2 compliance using axe-core. Tools for color contrast, ARIA validation, and orientation lock detection.
developer-toolstesting
Installation
npx -y a11ymcpConfiguration
{
"mcpServers": {
"a11ymcp": {
"command": "npx",
"args": ["-y", "a11ymcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes