Skip to content
Grok

techtenstein seo for Grok

io.github.sathvic-kollu/techtenstein-seo

On-page SEO audit for any URL. Titles, meta, headings, links, score, and fix recommendations.

client:Grok transport:stdio runtime:pypi

Install techtenstein seo in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "techtenstein-seo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "techtenstein-seo-mcp"
      ],
      "env": {
        "TECHTENSTEIN_API_KEY": "<TECHTENSTEIN_API_KEY>"
      }
    }
  }
}

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

techtenstein seo in other clients