LivePort MCP
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
LivePort MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




