Skip to content
VS Code

Scrapling MCP Server for VS Code

io.github.d4vinci/scrapling

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.

client:VS Code transport:stdio runtime:pypi

Install Scrapling MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "scrapling": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "scrapling"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Scrapling MCP Server in other clients