Publish a website from Claude, in one message.
The Vibe Rooster connector (codename Hatch) lets Claude turn a description or a folder of files into a live, SSL-secured website at https://your-name.theroost.dev — without you touching a terminal, a cloud account, or a deploy button.
Add it once, then just ask. Claude calls the connector, the site goes live in seconds, and you get a real URL to share.
Using Cursor, Windsurf, or another tool? See the cross-platform install guide.
Add it to Claude
The connector is a remote MCP server at https://mcp.theroost.dev/mcp. It needs no API key and no sign-in — pick whichever setup matches your Claude app.
Claude.ai & Claude Desktop (recommended)
- Open Settings → Connectors.
- Click Add custom connector.
- Paste the URL
https://mcp.theroost.dev/mcpand leave authentication set to None. - Save, then fully quit and reopen Claude Desktop (a window reload isn't enough).
Custom connectors are available on Claude Pro, Max, Team, and Enterprise.
Claude Code (CLI)
claude mcp add --transport http hatch https://mcp.theroost.dev/mcp
Any stdio-only client (via mcp-remote)
If your client only speaks local stdio, bridge to the remote endpoint with mcp-remote (needs Node 20+):
{
"mcpServers": {
"hatch": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.theroost.dev/mcp", "--transport", "http-only"]
}
}
}
What Claude can do with it
| Tool | What it does |
|---|---|
hatch | Create a brand-new site and return its live URL. |
upload | Add or replace files on a site you already made. |
lookup | Find a site you made earlier by its name (slug). |
convert | Rename a site's URL or make it permanent. |
deploy | Advanced: replace a site's server-side code. |
Try these prompts
After connecting, paste any of these into Claude:
Tiers & limits
Free sites are temporary. A site created through the connector is a free site: it goes live instantly and stays up for 48 hours, then expires automatically. Perfect for demos, drafts, and "show me a URL right now."
Making a site permanent (“forever”). Permanent sites are part of an upgraded Vibe Rooster account, which the anonymous connector doesn't have. If you want to keep a site, ask Claude to publish it first, then visit viberooster.com to upgrade — that links the site to your account and removes the 48-hour expiry. (Account-linked publishing from inside Claude is on the way.)
Fair-use limits. To keep the free service healthy, new-site creation is rate-limited per hour. If Claude tells you it's been throttled, wait a little and try again.
Privacy
The connector publishes whatever content you ask Claude to publish to a public URL. See the Privacy Policy for exactly what's stored and for how long.
Support
Questions, bugs, or partnership requests: hello@viberooster.com.