MCP server for LivePort — expose localhost ports to AI agents with one tool call. Zero-config tunnel that works with Claude Code, OpenClaw, and any MCP-compatible agent. No interstitial pages, no account required. npm: @liveport/mcp
Server Config
{
"mcpServers": {
"liveport": {
"command": "npx",
"args": [
"@liveport/mcp"
]
}
}
}