← Back to Plugins
MCP Server MCP

DLBrowser

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx dlbrowser

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "dlbrowser",
      "version": "4.0.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for the hosted gateway. Optional — DLBrowser runs fully local without it.",
          "isSecret": true,
          "name": "DLBROWSER_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...