Stobo SEO & AEO Audit for Grok
io.github.stobo-app/seo-audit
AI-powered SEO and AEO audit for websites
client:Grok
transport:stdio
runtime:pypi
Install Stobo SEO & AEO Audit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"seo-audit": {
"type": "stdio",
"command": "uvx",
"args": [
"stobo-mcp"
],
"env": {
"STOBO_API_KEY": "<STOBO_API_KEY>",
"STOBO_BASE_URL": "<STOBO_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