Skip to content
Grok

agent seo engine for Grok

io.github.davidmosiah/agent-seo-engine

Agent-first local SEO quality, intent and opportunity engine with CLI and optional MCP server.

client:Grok transport:stdio runtime:pypi

Install agent seo engine in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-seo-engine": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-seo-engine"
      ]
    }
  }
}

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

agent seo engine in other clients