Give anything on your machine a public HTTPS link β live from your computer, or hosted by serve.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
You already ask your AI to make things. Now ask it to share them.
That's the product. You say a sentence, and the thing you just made has a real URL β one you can text to a friend, drop into a Slack thread, or put on a slide. It works the same whether you built a Next.js app or asked for a sales deck, because serve doesn't care what the thing is. It only cares that you want someone else to see it.
serve is a hosted service. Create an account, log in once, and your links
live at *.servelink.cc.
About this repository. This is the public listing and configuration home for serve: the MCP registry manifest, the Claude Code plugin manifest, and the user documentation. serve is a commercial hosted service and its implementation repository is private. Everything you need to use serve is here or on npm β there is no build step, and nothing here needs compiling.
Every serve link is either live from your machine or kept alive on ours.
You don't choose up front, and you're never stuck with the choice. "Serve this so my teammate can watch while I work on it" gives you the first one. "Keep it up so they can read it tomorrow" gives you the second. Same link, same URL, one sentence apart.
That switch is the part people don't expect. Everywhere else, "let someone see what's on my laptop" and "put this on the internet" are two different products with two different setups, and moving between them is a project. Here they're two ways of phrasing the same request.
serve's real interface isn't the terminal. It's MCP, the protocol AI agents already speak, which means making a link isn't a task you go and do. It's something you mention. Your agent creates the link, tells you the URL, puts a password on it if you ask, and takes it down when you're finished. There's a CLI too, and it's a good one, but it's there for the times you'd rather drive manually.
This is also why serve isn't only for developers. If you can get Claude to build you a dashboard, you can get Claude to hand you the link to it. The skill it takes to share the thing is the one you already used to make it.
Then tell your agent it exists. Anything that speaks MCP will do β Claude Code, Claude Desktop, Cursor, opencode:
That's the whole setup. From here it's conversation: ask for a link, get a link.
If you installed globally with npm i -g, "command": "serve" with no args
works too and starts marginally faster.
Prefer Homebrew?
One account works across as many machines as you like.
This repository is also a Claude Code plugin marketplace, so you can skip the JSON:
Or point Claude Code at a local clone while you try it:
The plugin ships the MCP server configuration in .mcp.json and
nothing else β no hooks, no agents, no code that runs on your machine beyond the
serve client itself.
None of these are commands. They're the kind of thing people actually say, and the agent works out the rest.
"Serve me this so I can check it on my phone."
"Put the deck somewhere my client can open it, and password-protect it."
"This link is going in an email, so make sure it still works next week."
"Take down everything I've got open."
"What am I sharing right now?"
From those, the agent decides whether the link should run from your machine or from ours, claims the subdomain, sets protection, and tells you what it did. If you've asked for something your plan doesn't cover, it says so rather than half-doing it.
lively-bison-4821 instead of a hash. On Pro you can ask for a specific one
and get goldenfish.servelink.cc.Underneath, it's QUIC end to end with per-stream flow control and real backpressure, and WebSocket upgrades that only report success once your local server has genuinely accepted the connection.
Two words worth pinning down, because the plans are built on them. A link is a URL you own. A tunnel is a link that's live right now. You can own any number of links on either plan; what the plans limit is how many run at once and how much traffic they carry.
| Free | Pro | |
|---|---|---|
| Price | $0 | $9.99/month |
| Links you own | Unlimited | Unlimited |
| Live at the same time | 3 | 10 |
| Largest single publish | 100 MB | 1 GB |
| Total stored | 1 GB | 50 GB |
| Transfer per month | 2 GB | 25 GB |
| Views on a published link | Unlimited* | Unlimited* |
| Password protection | β | Any link, any duration |
| Pick your own subdomain | β | Yes |
| Analytics | Opens | Opens, bytes, referrer, country |
| Publishes per hour / day | 30 / 100 | 300 / 1,000 |
* No per-link view cap and no per-viewer bandwidth quota. If traffic across the whole service ever threatens the monthly infrastructure budget, serve may pause new requests until it resets. Reaching a limit never deletes anything β your links and everything in them stay yours.
Tunnel tools move bytes, and a few of them gate or meter those bytes. None of them put a conversation in front.
| serve | ngrok free | Cloudflare Tunnel | Tailscale | |
|---|---|---|---|---|
| Public HTTPS URL for anyone | Yes | Yes | Yes | Funnel onlyΒΉ |
| Your agent drives it (MCP) | Yes | No | No | No |
| Hosts as well as tunnels | Yes | No | No | No |
| Stable subdomain, free | Yes | Paid | β | β |
| Streaming responses, free | Yes | Paid | β | β |
| Free tier with stated caps | Yes | Metered | Limited | β |
| Behind NAT, no open port | Yes | Yes | Yes | Yes |
ΒΉ Tailscale gives you a private mesh β your own devices reaching one another. Handing a URL to somebody outside it needs Funnel, a separate feature.
The rows undersell it, though. Everywhere else, "let someone see my laptop" and "host this properly" are two different products you'd choose between. Here they're one link and a setting, and the setting is a sentence.
serve login runs an OAuth 2.0
device flow, and the relay only accepts links from a key that's already
yours.~/.serve/identity (mode 0600) that signs each registration and bind. A
subdomain belongs to that key, so nobody else can claim it or knock a live
tunnel offline β knowing your URL isn't enough.*.servelink.cc, it can
see tunneled traffic in plaintext. Don't tunnel production secrets or
anything you'd rather we weren't technically able to see. Published (hosted)
links are files you handed us on purpose, so the same applies to them by
definition.serve doctor tells you in one
command.serve doctorNo reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/serve)<a href="https://allmcps.com/mcp/serve"><img src="https://allmcps.com/api/badge/serve?style=directory" alt="Serve on AllMCPs" /></a>