LivePort MCP

by dundas

372 downloads
Not rated
GitHub

About

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.

Details

Author
dundas
Downloads
372
Categories
AI, Developer Tools

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name LivePort MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

LivePort

> Secure localhost tunnels for AI agents

LivePort enables AI agents to test applications running on your localhost through secure, temporary tunnels with key-based authentication.

Quick Start

1. Get a Bridge Key

Sign up at app.liveport.dev and create a bridge key from the dashboard.

2. Install the CLI

npm install -g @liveport/cli

3. Create a Tunnel

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.