Expose localhost to AI agents with one tool call. Zero-config tunnels with waitForTunnel() — agents get a live URL the moment your server is ready. Works with Claude Code, Cursor, Cline, and any MCP client.
Server Config
{
"mcpServers": {
"liveport": {
"command": "npx",
"args": [
"@liveport/mcp"
]
}
}
}