Skip to content
VS Code

PyreCrawl for VS Code

io.github.sanggonboy/pyrecrawl

Web scraping + research toolkit for AI agents: scrape, crawl, monitor URLs with anti-bot bypass.

client:VS Code transport:stdio runtime:pypi

Install PyreCrawl in VS Code

.vscode/mcp.json

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

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

PyreCrawl in other clients