Odel
siteaudit

siteaudit

Local
@thegridworkTypeScriptUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgridwork-siteauditv1.0.1

Run

npx -y gridwork-siteaudit

MCP client config

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