multi scraper mcp for Grok
io.github.perufitlife/multi-scraper-mcp
14 web scrapers as MCP tools: Reddit, Amazon, Google Maps, Yelp, YouTube, Indeed & more.
client:Grok
transport:stdio
runtime:npm
Install multi scraper mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"multi-scraper-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"multi-scraper-mcp"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
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