Read any web page as clean, ad-stripped Markdown past robots.txt and bot blocks, plus web search.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y netlens-mcp
MCP client config
{
"mcpServers": {
"netlens": {
"command": "npx",
"args": [
"-y",
"netlens-mcp"
]
}
}
}Run
uvx netlens-mcp
MCP client config
{
"mcpServers": {
"netlens": {
"command": "uvx",
"args": [
"netlens-mcp"
]
}
}
}