Odel
NetLens

NetLens

Local
@pzalutski-pixelPythonApache-2.0Updated 1mo ago

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).

npmnetlens-mcpv0.2.3

Run

npx -y netlens-mcp

MCP client config

{
  "mcpServers": {
    "netlens": {
      "command": "npx",
      "args": [
        "-y",
        "netlens-mcp"
      ]
    }
  }
}
PyPInetlens-mcpv0.2.3

Run

uvx netlens-mcp

MCP client config

{
  "mcpServers": {
    "netlens": {
      "command": "uvx",
      "args": [
        "netlens-mcp"
      ]
    }
  }
}