Skip to content
Grok

WebReaper for Grok

io.github.alex-on-ai/webreaper

AI-native web scraper: scrape, crawl and map any site to clean markdown over stdio. MIT-licensed.

client:Grok transport:stdio runtime:nuget

Install WebReaper in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "webreaper": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "WebReaper.Mcp",
        "--yes"
      ]
    }
  }
}

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

WebReaper in other clients