Skip to content

accessibility scanner mcp for Grok

io.github.bishop81/accessibility-scanner-mcp

Scan any URL for WCAG accessibility issues (axe-core) and get per-element fixes for an AI agent.

client:Grok transport:stdio runtime:npm

Install accessibility scanner mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "accessibility-scanner-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "accessibility-scanner-mcp"
      ],
      "env": {
        "CHROME_PATH": "<CHROME_PATH>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

accessibility scanner mcp in other clients