← Back to Plugins
MCP Server MCP

io.github.aethynio/aethyn-browser-mcp

github By github 👁 1 views ▲ 0 votes

Local Playwright browser through residential proxies — agent picks country + sticky identity

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "aethyn-browser-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Aethyn proxy username (e.g. aethyn-XXXXX). Omit if using a custom proxy via PROXY_*.",
          "format": "string",
          "name": "AETHYN_USERNAME"
        },
        {
          "description": "Aethyn proxy password (or PROXY_PASSWORD for a custom proxy).",
          "format": "string",
          "isSecret": true,
          "name": "AETHYN_PASSWORD"
        },
        {
          "description": "Default proxy tier: premium (port 2099) or elite (port 5499).",
          "format": "string",
          "name": "AETHYN_DEFAULT_TIER"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...