accessibility-scanner-mcp

Bishop81/accessibility-scanner-mcp
★ 0 stars JavaScript Browser/Web Updated today
MCP server: AI agents scan any URL for WCAG accessibility issues (axe-core) and get per-element selectors + fixes to act on.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "accessibility-scanne": {
      "command": "npx",
      "args": [
        "-y",
        "Bishop81/accessibility-scanner-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that lets an AI agent scan a web page for **WCAG accessibility issues** and get back findings it can act on. The agent calls one tool with a URL; it gets every violation grouped by severity, each with the **exact element selector, the offending HTML, the specific failure, the WCAG success criterion, and a fix-guide link** — plus the

Topics

a11yaccessibilityaxe-coremcpmodel-context-protocolwcag