axe-mcp-server-public

dequelabs/axe-mcp-server-public
★ 4 stars Unknown language 🤖 AI/LLM Updated 7d ago
Axe MCP Server: Deque's official MCP server for axe. Integrate accessibility testing and AI-powered remediation into your IDE with Claude, Copilot, Cursor, and other AI coding agents. Find and fix a11y issues without interrupting your dev flow.
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": {
    "axe-mcp-server-publi": {
      "command": "npx",
      "args": [
        "-y",
        "dequelabs/axe-mcp-server-public"
      ]
    }
  }
}