Svipall for VS Code
dev.ilien.svipall/mcp
Read any page past its anti-bot wall, crawl sites, search without an API key, solve captchas locally
client:VS Code
transport:stdio
runtime:npm
Install Svipall in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"svipall"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs