NetLens
About
Read any web page as clean, ad-stripped Markdown past robots.txt and bot blocks, plus web search.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
NETLENS_SEARCH_ENGINE NETLENS_SEARXNG_URLClaude Code
claude mcp add --env NETLENS_SEARCH_ENGINE= --env NETLENS_SEARXNG_URL= netlens -- npx netlens-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"netlens","command":"npx","args":["netlens-mcp"],"env":{"NETLENS_SEARCH_ENGINE":"","NETLENS_SEARXNG_URL":""}}'
JSON
{
"mcpServers": {
"netlens": {
"command": "npx",
"args": [
"netlens-mcp"
],
"env": {
"NETLENS_SEARCH_ENGINE": "",
"NETLENS_SEARXNG_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.