Skip to content
Grok

siteaudit for Grok

io.github.thegridwork/siteaudit

Audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks.

client:Grok transport:stdio runtime:npm

Install siteaudit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "siteaudit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gridwork-siteaudit"
      ]
    }
  }
}

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

siteaudit in other clients