MCP.so
登录
L

LivePort MCP

@dundas

关于 LivePort MCP

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.

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

dundas

提交者

David K. Dundas

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "liveport": {
      "command": "npx",
      "args": [
        "@liveport/mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is LivePort MCP?

LivePort MCP is a secure tunneling tool that creates temporary URLs for applications running on your localhost. It provides key-based authentication and an Agent SDK, enabling AI coding assistants (like Claude, Cursor, etc.) to wait for and access these tunnels for testing.

How to use LivePort MCP?

To use LivePort MCP, install the CLI globally with npm install -g @liveport/cli, obtain a bridge key from app.liveport.dev, and create a tunnel with liveport connect <port> --key <bridge-key>. For AI agent integration, install @liveport/agent-sdk and call agent.waitForTunnel() in your TypeScript code.

Key features of LivePort MCP

  • Secure temporary localhost tunnels with key-based authentication
  • CLI for manual tunnel creation and management
  • Agent SDK for AI coding assistants (e.g., Claude, Cursor)
  • Cross-platform CLI commands (connect, status, disconnect)
  • Programmatic tunnel waiting with configurable timeout and polling

Use cases of LivePort MCP

  • AI coding assistants testing web applications on a developer’s localhost
  • Running end‑to‑end tests against a tunneled local server
  • Collaborative debugging by sharing a temporary public URL of a local service
  • Integrating automated test suites that need to reach a development server

FAQ from LivePort MCP

What is the difference between LivePort MCP and traditional ngrok/localhost.run?

LivePort MCP is built specifically for AI agents, providing a dedicated Agent SDK that lets agents wait for a tunnel to be ready rather than requiring developers to manually share a URL. It uses key-based authentication and temporary tunnels.

What are the runtime requirements for LivePort MCP?

The CLI and Agent SDK require Node.js and npm. The tunnel server infrastructure uses Node.js, PostgreSQL, Redis, and is hosted on Cloudflare and Fly.io.

Where does data live when using LivePort MCP?

Tunnel traffic passes through a tunnel server (based on a LocalTunnel fork). The tunnels are temporary; authentication uses a bridge key managed via the dashboard. No user application data is persisted by the tunnel server.

What are the known limits of LivePort MCP?

The README does not specify explicit limits. Tunnels have an expiry time (visible via the expiresAt field in the Agent SDK). The CLI and SDK assume Node.js environments.

What transport and authentication does LivePort MCP use?

All communication uses HTTPS. Authentication is performed via a bridge key (string starting with lpk_) provided at tunnel creation and during agent SDK initialization.

评论

AI 与智能体 分类下的更多 MCP 服务器