web content extractor for Grok
io.github.agenson-horrowitz/web-content-extractor
Extract and process web content into clean, structured formats optimized for LLMs.
client:Grok
transport:stdio
runtime:npm
Install web content extractor in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"web-content-extractor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agenson-horrowitz/web-content-extractor-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