HomeSearch & Research › WebScraping.AI

WebScraping.AI

Web scraping tools with Chromium JS rendering, rotating proxies, and AI question answering.

Official TypeScript Cloud
★ 44 stars Last pushed 2026-07-24

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.7)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "webscraping-ai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "WEBSCRAPING_AI_API_KEY": "<YOUR_VALUE>",
        "WEBSCRAPING_AI_DEFAULT_PROXY_TYPE": "<YOUR_VALUE>",
        "WEBSCRAPING_AI_DEFAULT_JS_RENDERING": "<YOUR_VALUE>",
        "WEBSCRAPING_AI_CONCURRENCY_LIMIT": "<YOUR_VALUE>"
      }
    }
  }
}
  • WEBSCRAPING_AI_API_KEY required secret — WebScraping.AI API key (get one at https://webscraping.ai)
  • WEBSCRAPING_AI_DEFAULT_PROXY_TYPE — Default proxy type for requests
  • WEBSCRAPING_AI_DEFAULT_JS_RENDERING — Enable JavaScript rendering by default
  • WEBSCRAPING_AI_CONCURRENCY_LIMIT — Maximum concurrent API requests

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry