Website Auditor for Grok
io.github.spikeycoder/website-auditor-mcp
AI visibility + site audits: see if ChatGPT, Perplexity, Claude & Gemini recommend a website.
client:Grok
transport:stdio
runtime:npm
Install Website Auditor in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"website-auditor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"website-auditor-mcp"
],
"env": {
"WA_API_KEY": "<WA_API_KEY>",
"WA_API_BASE_URL": "<WA_API_BASE_URL>"
}
}
}
}
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