Odel
DLBrowser

DLBrowser

Local
@dekryptlabs1PythonMITUpdated 1mo ago

Self-healing web access for AI agents — recovers through bot blocks, captchas and JS pages.

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

PyPIdlbrowserv4.0.2

Run

uvx dlbrowser

MCP client config

{
  "mcpServers": {
    "dlbrowser": {
      "command": "uvx",
      "args": [
        "dlbrowser"
      ]
    }
  }
}