Give any localhost port a real, secure HTTPS address, from your laptop or a mini PC at home. No public IP, no nginx, no proxy config. Just your email.
# your local server, now public$ python3 -m http.server 6000 → https://myapp-on.urlyup.com ✓ live
Exposing a localhost port usually means nginx, HAProxy or a reverse-proxy config you'll forget tomorrow. UrlyUp handles it automatically.
Stop paying monthly fees. Host your own media from a computer at home and share with friends, no middleman.
Install the app, connect with UrlyUp, and get a link like https://mymovies-on.urlyup.com to share. No tech skills, one-click installs live in your dashboard.
$ EMAIL=you@example.com bash <(curl -s https://api.urlyup.com/install.sh)
Manage everything at {id}-admin-on.urlyup.com, extend your session, change your custom identifier, re-download the config and view connection details.
Add UrlyUp to Claude or Gemini and just ask it to make your local server public, no commands, no config files.
{
"mcpServers": {
"urlyup": {
"transport": "sse",
"url": "https://api.urlyup.com/api/mcp/urlyup/sse"
}
}
}{
"mcpServers": {
"urlyup": {
"uri": "https://api.urlyup.com/api/mcp/urlyup/sse"
}
}
}