Skip to content
VS Code

web content extractor for VS Code

io.github.agenson-horrowitz/web-content-extractor

Extract and process web content into clean, structured formats optimized for LLMs.

client:VS Code transport:stdio runtime:npm

Install web content extractor in VS Code

.vscode/mcp.json

{
  "servers": {
    "web-content-extractor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agenson-horrowitz/web-content-extractor-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

web content extractor in other clients