Other MCP Server · MODEL CONTEXT PROTOCOL

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 (Cline/Cursor/GH Copilot) and let them fix a11y issues for you!

WHAT IT CONNECTS

What priyankark a11y mcp gives an AI Agent

  • Perform detailed accessibility audits on any webpage
  • Get a summary of accessibility issues
  • Filter audits by specific WCAG criteria
  • Include HTML snippets in the results for easier debugging
  • `url` (required): URL of the webpage to audit
  • `includeHtml` (optional): Whether to include HTML snippets in the results (default: false)
  • `tags` (optional): Array of specific accessibility tags to check (e.g., wcag2a, wcag2aa, wcag21a, best-practice)
  • `url` (required): URL of the webpage to audit
  • "Can you check example.com for accessibility issues?"
  • "Audit my website at https://mywebsite.com for WCAG 2.1 AA compliance"
  • "Give me a summary of accessibility issues on https://example.com"
  • "Check if my local development server at http://localhost:3000 has any critical accessibility problems"

SECURITY

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.