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)
{
"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