WebPeel for VS Code
io.github.jakeliume/webpeel
Fetch any web page as clean, AI-ready markdown with smart HTTP-to-browser escalation.
client:VS Code
transport:stdio
runtime:npm
Install WebPeel in VS Code
.vscode/mcp.json
{
"servers": {
"webpeel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"webpeel"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs