Skip to content
VS Code

scrapio mcp for VS Code

io.github.xsronhou/scrapio-mcp

Fetch, crawl, and search the web: Google, Amazon, Walmart, Booking.com, Agoda, and YouTube data.

client:VS Code transport:stdio runtime:npm

Install scrapio mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "scrapio-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@scrapio/mcp"
      ]
    }
  }
}

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

scrapio mcp in other clients