Claude Connector

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)

  1. Open Settings → Connectors.
  2. Click Add custom connector.
  3. Paste the URL https://mcp.theroost.dev/mcp and leave authentication set to None.
  4. 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

ToolWhat it does
hatchCreate a brand-new site and return its live URL.
uploadAdd or replace files on a site you already made.
lookupFind a site you made earlier by its name (slug).
convertRename a site's URL or make it permanent.
deployAdvanced: replace a site's server-side code.

Try these prompts

After connecting, paste any of these into Claude:

“Build me a one-page landing site for my dog-walking side hustle and give me the link.” → hatch · instant site
“Here's my portfolio — an index.html, a styles.css, and three photos. Put it online for me.” → hatch · uploads your files
“Add a contact page to the site you just made.” → upload · adds a file to the existing site
“What was the URL of the site I made yesterday? The name was ‘tacobot’.” → lookup · finds your site again
“Rename my site to ferns-and-co.” → convert · changes the URL
“Build a status dashboard from this script and tell me how to keep it updating.” → hatch/upload · live URL now; refresh stays on your cron, CI, or re-ask

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.