navable-web-accessibility-mcp

web-DnA/navable-web-accessibility-mcp
★ 1 stars TypeScript 🤖 AI/LLM Updated today
MCP server for AI-assisted accessibility testing during local development. Scans localhost with Playwright + axe-core, returns WCAG 2.1 Level A + AA violations, and generates prioritized fix plans your agent can work through autonomously.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "navable-web-accessib": {
      "command": "npx",
      "args": [
        "-y",
        "web-DnA/navable-web-accessibility-mcp"
      ]
    }
  }
}

Topics

a11ya11y-testingaccessibilityagent-skillsclaude-codecopilotcursormcpweb-accessibility