Skip to content
VS Code

crawlio browser for VS Code

app.crawlio/crawlio-browser

Bridge a live Chrome browser to your agent: 150 tools for capture, extraction, and observation.

client:VS Code transport:stdio runtime:npm

Install crawlio browser in VS Code

.vscode/mcp.json

{
  "servers": {
    "crawlio-browser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "crawlio-browser"
      ]
    }
  }
}

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

crawlio browser in other clients