Skip to content
VS Code

web for VS Code

io.github.rog0x/web

Web scraping, search, monitoring, and HTML-to-markdown for AI agents

client:VS Code transport:stdio runtime:npm

Install web in VS Code

.vscode/mcp.json

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

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

web in other clients