Submit

Bauta

@Bauta

Give what Claude (or any AI client) builds a real, shareable URL. Deploy HTML/React artifacts to a hosted link that's private by default, with password or email-verification sharing. Updates and rollbacks keep the same URL. EU hosting, free tier.
Overview

Bauta

Give what Claude (or any AI client) builds a real, shareable URL. Bauta is a hosted remote MCP server that deploys HTML and React/JSX artifacts to a live link in seconds. No hosting to set up, no build step.

Connect

Add the endpoint as a custom connector in your MCP client and sign in: https://bauta.app/mcp

  • Transport: Streamable HTTP
  • Auth: OAuth 2.1 (Dynamic Client Registration + CIMD) — no API key to manage
  • Docs: https://bauta.app/docs For stdio-only clients, bridge with mcp-remote:
{
  "mcpServers": {
    "bauta": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://bauta.app/mcp"]
    }
  }
}

What it does

  • Deploy HTML or React/JSX artifacts to a hosted URL (JSX is compiled at publish time).
  • Private by default — a new deploy is unlisted (secret-link only); the bare URL is a 404 until you choose to share it.
  • Sharing modes: public, unlisted, password, email verification, or fully private.
  • Updates and rollbacks keep the same URL.
  • Artifacts run in a sandboxed iframe on a separate origin (no cookies, no cross-artifact access).
  • EU data residency. Free tier, no credit card.

Server Config

{
  "mcpServers": {
    "bauta": {
      "type": "streamable-http",
      "url": "https://bauta.app/mcp"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.