Skip to content
Grok

seo analyzer for Grok

io.github.ryudi84/seo-analyzer

MCP server for SEO analysis: meta tags, headings, keywords, sitemaps.

client:Grok transport:stdio runtime:npm

Install seo analyzer in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "seo-analyzer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sovereign-seo-analyzer-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

seo analyzer in other clients