superfetch for VS Code
io.github.j0hanz/superfetch
Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable JSONL format
client:VS Code
transport:stdio
runtime:npm
Install superfetch in VS Code
.vscode/mcp.json
{
"servers": {
"superfetch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/superfetch"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs