Skip to content
Grok

a11y for Grok

io.github.rog0x/a11y

Alt text, headings, contrast, ARIA for AI agents

client:Grok transport:stdio runtime:npm

Install a11y in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "a11y": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-a11y-tools"
      ]
    }
  }
}

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

a11y in other clients