mcp server for VS Code
io.alterlab/mcp-server
Web scraping MCP server — scrape, extract structured data, screenshot any site with anti-bot bypass.
client:VS Code
transport:stdio
runtime:npm
Install mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"alterlab-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs