Skip to content
Grok

lan direct for Grok

io.github.farshadmomo/lan-direct

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

client:Grok transport:stdio runtime:npm

Install lan direct in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

lan direct in other clients