Odel
lan direct

lan direct

Local
@farshadmomo3JavaScriptMITUpdated 1mo ago

Browser MCP: the app under test egresses via the real ISP while the agent stays on the VPN.

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

npmlan-directv1.0.2

Run

npx -y lan-direct

MCP client config

{
  "mcpServers": {
    "lan-direct": {
      "command": "npx",
      "args": [
        "-y",
        "lan-direct"
      ]
    }
  }
}