Untun MCP - Secure Tunnels for Local Servers
❌ Without Untun MCP
Local development can be frustrating when you need to expose your server to the internet:
- ❌ Complex tunnel setup and command-line arguments
- ❌ Hard to track which tunnels are running across different terminal sessions
- ❌ No easy way to manage multiple tunnels from a single interface
✅ With Untun MCP
Untun MCP creates and manages secure tunnels directly from your AI assistant:
- 1️⃣ Simply tell your AI assistant to create a tunnel
- 2️⃣ Get a public URL within seconds
- 3️⃣ Manage all your tunnels with simple natural language commands
No complex CLI commands to remember. No more lost tunnels. Easy management of multiple tunnels.
⚠️ Disclaimer
This project uses the untun package from npm but is not officially affiliated with, endorsed by, or connected to Cloudflare or UnJS. This is an independent, community-developed MCP wrapper around the untun CLI tool.
🛠️ Getting Started
Requirements
- Node.js >= v18.0.0
- MCP-compatible client (Cursor, Claude Desktop, VS Code, etc.)
untun
CLI tool (installed automatically as needed)
Install in Cursor
Go to: Settings
-> Cursor Settings
-> MCP
-> Add new global MCP server
Paste the following configuration into your Cursor ~/.cursor/mcp.json
file:
Install in VS Code
Add this to your VS Code MCP config file:
Install in Claude Desktop
Add this to your Claude Desktop claude_desktop_config.json
file:
🔨 How to Use
Ask your AI assistant to create a tunnel with natural language:
Check your running tunnels:
Stop a specific tunnel:
Available Tools
start_tunnel
: Creates a secure tunnel from a public internet address to your local serverurl
(required): The local URL to expose (e.g., http://localhost:3000)name
(optional): Custom name for the tunnel
stop_tunnel
: Stops a running tunnel or all local tunnelsname
(optional): Name of a specific tunnel to stop
list_tunnels
: Lists all active tunnels including their status and details
Troubleshooting
Tunnel Not Starting
If your tunnel doesn't start, try these steps:
- Make sure your local server is running
- Check if there's already a tunnel running for that port
- Use
list_tunnels
to check the status of all tunnels
Remote Tunnels
Tunnels are tracked by hostname. If you see "remote" tunnels that can't be stopped, they are likely running on another machine. You'll need to stop them from the original machine.
Development
Clone the project and install dependencies:
Build:
License
MIT
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
mcp-untun