Skip to content
Grok

Sluicer for Grok

io.github.gi0tto/sluicer

The data a web page declares, with where each value came from. No model, no API key.

client:Grok transport:stdio runtime:pypi

Install Sluicer in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sluicer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sluicer"
      ],
      "env": {
        "SLUICER_ALLOW_PRIVATE": "<SLUICER_ALLOW_PRIVATE>"
      }
    }
  }
}

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

Sluicer in other clients