← Back to browse

WebScraping.AI

Indexed by io.github.webscraping-ai

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsWEBSCRAPING_AI_API_KEY WEBSCRAPING_AI_DEFAULT_PROXY_TYPE WEBSCRAPING_AI_DEFAULT_JS_RENDERING WEBSCRAPING_AI_CONCURRENCY_LIMIT
Claude Code
claude mcp add --env WEBSCRAPING_AI_API_KEY= --env WEBSCRAPING_AI_DEFAULT_PROXY_TYPE= --env WEBSCRAPING_AI_DEFAULT_JS_RENDERING= --env WEBSCRAPING_AI_CONCURRENCY_LIMIT= webscraping-ai -- npx webscraping-ai-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"webscraping-ai","command":"npx","args":["webscraping-ai-mcp"],"env":{"WEBSCRAPING_AI_API_KEY":"","WEBSCRAPING_AI_DEFAULT_PROXY_TYPE":"","WEBSCRAPING_AI_DEFAULT_JS_RENDERING":"","WEBSCRAPING_AI_CONCURRENCY_LIMIT":""}}'
JSON
{
  "mcpServers": {
    "webscraping-ai": {
      "command": "npx",
      "args": [
        "webscraping-ai-mcp"
      ],
      "env": {
        "WEBSCRAPING_AI_API_KEY": "",
        "WEBSCRAPING_AI_DEFAULT_PROXY_TYPE": "",
        "WEBSCRAPING_AI_DEFAULT_JS_RENDERING": "",
        "WEBSCRAPING_AI_CONCURRENCY_LIMIT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.