Instatunnel
Freeby MCP Community
Secure localhost tunneling CLI for webhooks, MCP endpoints, and shareable dev previews (with localized docs links)
v1.1.23Added Apr 12, 2026
ngrokngrok-alternativetunnellocalhost-tunnellocalhost
Instatunnel MCP Server
Secure localhost tunneling CLI for webhooks, MCP endpoints, and shareable dev previews (with localized docs links)
Installation
npx -y instatunnel
Reviews
Installation
Quick install
npx -y instatunnel
Add to claude_desktop_config.json
{
"mcpServers": {
"instatunnel": {
"command": "npx",
"args": ["-y", "instatunnel"]
}
}
}