Skip to content
Grok

xmlriver mcp for Grok

io.github.artgas1/xmlriver-mcp

Google/Yandex SERP parsing and Yandex Wordstat keyword frequency via XMLRiver XML API

client:Grok transport:stdio runtime:pypi

Install xmlriver mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "xmlriver-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "xmlriver-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

xmlriver mcp in other clients