WebScraping.AI for Grok
io.github.webscraping-ai/webscraping-ai
Web scraping tools with Chromium JS rendering, rotating proxies, and AI question answering.
client:Grok
transport:stdio
runtime:npm
Install WebScraping.AI in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"webscraping-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"webscraping-ai-mcp"
],
"env": {
"WEBSCRAPING_AI_API_KEY": "<WEBSCRAPING_AI_API_KEY>",
"WEBSCRAPING_AI_DEFAULT_PROXY_TYPE": "<WEBSCRAPING_AI_DEFAULT_PROXY_TYPE>",
"WEBSCRAPING_AI_DEFAULT_JS_RENDERING": "<WEBSCRAPING_AI_DEFAULT_JS_RENDERING>",
"WEBSCRAPING_AI_CONCURRENCY_LIMIT": "<WEBSCRAPING_AI_CONCURRENCY_LIMIT>"
}
}
}
}
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