superfetch for Grok
io.github.j0hanz/superfetch
Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable JSONL format
client:Grok
transport:stdio
runtime:npm
Install superfetch in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"superfetch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/superfetch"
]
}
}
}
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