Skip to content
Grok

web scraper for Grok

io.github.ryudi84/web-scraper

MCP server for web scraping: URLs, links, metadata, CSS extraction.

client:Grok transport:stdio runtime:npm

Install web scraper in Grok

.mcp.json (in your project root)

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

web scraper in other clients