site-spec for Grok
io.github.ariaxhan/site-spec
MCP server: audit any website for SEO, accessibility, and AI-searchability, then auto-fix it.
client:Grok
transport:stdio
runtime:npm
Install site-spec in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"site-spec": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"site-spec-mcp"
]
}
}
}
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