webclaw for VS Code
io.github.0xmassi/webclaw
Turn any URL into clean markdown/JSON for AI agents. Self-hostable web content extraction.
client:VS Code
transport:stdio
runtime:npm
Install webclaw in VS Code
.vscode/mcp.json
{
"servers": {
"webclaw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@webclaw/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs