Skip to content
VS Code

Scrape-LE for VS Code

io.github.nolindnaidoo/scrape-le

Analyse robots.txt content and report whether a path may be crawled.

client:VS Code transport:stdio runtime:npm

Install Scrape-LE in VS Code

.vscode/mcp.json

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

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

Scrape-LE in other clients