ai seo for Grok
io.github.automatelab-tech/ai-seo
MCP server for AI-SEO auditing: schema, robots.txt, llms.txt, citation scoring, and AEO/GEO rewrites
client:Grok
transport:stdio
runtime:npm
Install ai seo in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ai-seo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@automatelab/ai-seo-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