fetchmcp for VS Code
io.github.labtools-studio/fetchmcp
Drop-in fetch MCP: clean Markdown from any URL, with JS rendering and anti-bot.
client:VS Code
transport:stdio
runtime:npm
Install fetchmcp in VS Code
.vscode/mcp.json
{
"servers": {
"fetchmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@labtoolsstudio/fetchmcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs