loading…
Search for a command to run...
loading…
Give AI agents access to your localhost dev server. Zero-config tunnel that works with Claude Code, OpenClaw, and any MCP-compatible agent. No interstitial page
Give AI agents access to your localhost dev server. Zero-config tunnel that works with Claude Code, OpenClaw, and any MCP-compatible agent. No interstitial pages, no account required.
Secure localhost tunnels for AI agents. Expose your dev server to Claude Code, OpenClaw, and Cursor with zero config.
# CLI — expose localhost in one command
npx @liveport/cli connect 3000
# MCP — let AI agents create tunnels via tool calls
npx @liveport/mcp
No account required. No interstitial page. No config.
| ngrok | Cloudflare Tunnel | Tailscale Funnel | LivePort | |
|---|---|---|---|---|
| Setup | CLI + account + auth token | Domain + CF account + cloudflared | Full Tailscale VPN | Zero-config |
| Persistent URL (free) | ✗ ($8/mo) | ✗ (needs domain) | ✗ (needs Tailscale) | ✓ Auto-assigned on signup |
| Interstitial page | ✓ (breaks agents) | ✗ | ✗ | ✗ |
| AI agent native | ✗ | ✗ | ✗ | ✓ MCP + SDK built-in |
| Best for | Webhooks, demos | Production tunnels | Private networks | AI dev workflows |
| Package | Description | Install |
|---|---|---|
| @liveport/cli | CLI tunnel client | npx @liveport/cli |
| @liveport/mcp | MCP server for AI agents | npx @liveport/mcp |
| @liveport/agent-sdk | TypeScript SDK | npm i @liveport/agent-sdk |
pnpm install
pnpm build
pnpm dev
pnpm test
MIT — A Derivative Labs product.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"liveport-mcp": {
"command": "npx",
"args": []
}
}
}