# axe-scanner-mcp

A standalone Model Context Protocol server that runs axe accessibility scans for a supplied URL using Playwright.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add vinnyang/axe-scanner-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list vinnyang/axe-scanner-mcp
```

---

Source: https://github.com/vinnyang/axe-scanner-mcp
