Skip to content
Grok

WebPeel for Grok

io.github.jakeliume/webpeel

Fetch any web page as clean, AI-ready markdown with smart HTTP-to-browser escalation.

client:Grok transport:stdio runtime:npm

Install WebPeel in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "webpeel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "webpeel"
      ]
    }
  }
}

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

WebPeel in other clients