Skip to content
VS Code

scraper for VS Code

io.github.ofershap/scraper

Web scraping MCP — extract clean markdown, links, and metadata from any URL.

client:VS Code transport:stdio runtime:npm

Install scraper in VS Code

.vscode/mcp.json

{
  "servers": {
    "scraper": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-scraper"
      ]
    }
  }
}

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

scraper in other clients