web content extractor for Zed
io.github.agenson-horrowitz/web-content-extractor
Extract and process web content into clean, structured formats optimized for LLMs.
client:Zed
transport:stdio
runtime:npm
Install web content extractor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"web-content-extractor": {
"command": "npx",
"args": [
"-y",
"@agenson-horrowitz/web-content-extractor-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs