lan direct for Cursor
io.github.farshadmomo/lan-direct
Browser MCP: the app under test egresses via the real ISP while the agent stays on the VPN.
client:Cursor
transport:stdio
runtime:npm
Install lan direct in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lan-direct": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lan-direct"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs