Web Accessibility MCP Server
JSON →An MCP server that provides web accessibility analysis capabilities using axe-core and Puppeteer.
Install
npx -y @smithery/cli Tools · 2
- check_accessibility Checks the accessibility of a given URL using axe-core, returning violations, passes, inapplicable, and incomplete results based on WCAG guidelines.
- simulate_colorblind Simulates how a webpage appears to users with different types of color blindness (protanopia, deuteranopia, tritanopia) using color matrix transformations and saves a screenshot.
Links
★ 4 GitHub stars