NetLens for Windsurf
io.github.pzalutski-pixel/netlens
Read any web page as clean, ad-stripped Markdown past robots.txt and bot blocks, plus web search.
client:Windsurf
transport:stdio
runtime:npm
Install NetLens in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"netlens": {
"command": "npx",
"args": [
"-y",
"netlens-mcp"
],
"env": {
"NETLENS_SEARCH_ENGINE": "<NETLENS_SEARCH_ENGINE>",
"NETLENS_SEARXNG_URL": "<NETLENS_SEARXNG_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs