Bauta

by laien

259 downloads
Not rated
GitHub

About

Connect your AI client to Bauta — deploy HTML/React artifacts to hosted, share-gated URLs. Remote MCP server at https://bauta.app/mcp.

Details

Author
laien
Downloads
259
Categories
Other, Infrastructure

- Deploy HTML or React/JSX to hosted URLs in seconds.
- Private by default; new deploys are unlisted (secret‑link only).
- Multiple sharing modes: public, password, email verification, or private.
- Updates and rollbacks keep the same URL.
- Artifacts run in a sandboxed iframe on a separate origin.
- EU data residency, free tier (no credit card required).

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Bauta
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

For MCP clients that support remote servers, add the endpoint https://bauta.app/mcp and complete OAuth sign-in. For clients that only speak stdio, use the mcp-remote bridge (npx -y mcp-remote https://bauta.app/mcp) or run the provided Docker image that wraps the bridge.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "bauta": {
            "bauta": {
                "type": "streamable-http",
                "url": "https://bauta.app/mcp"
            }
        }
    }
}

McpServers

{
    "bauta": {
        "type": "streamable-http",
        "url": "https://bauta.app/mcp"
    }
}

Bauta connector

Connect your AI client to Bauta — a remote MCP server
that deploys HTML/React artifacts from your AI client to hosted, share-gated
URLs.

Bauta runs as a hosted remote MCP server. There is nothing to install to
use it: point any MCP client at the endpoint below and sign in. This repo is a
connect reference and a small stdio bridge for clients that only speak stdio.

Endpoint

https://bauta.app/mcp

- Transport: Streamable HTTP
- Auth: OAuth 2.1 — supports both Dynamic Client Registration (DCR) and
Client ID Metadata Documents (CIMD)
- Docs: https://bauta.app/docs

What Bauta does

- Deploy HTML or React/JSX artifacts to a hosted URL in seconds (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 — changed at any time with the set_sharing tool.
- 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 (content and metadata in EU-jurisdiction storage).
- Free tier, no credit card.

Connect

Clients that support remote MCP servers (recommended)

Add the endpoint as a custom connector and complete the OAuth sign-in:

https://bauta.app/mcp

Clients that speak stdio only

Use the mcp-remote bridge:

{
  "mcpServers": {
    "bauta": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://bauta.app/mcp"]
    }
  }
}

The bridge opens a browser once to complete OAuth, then proxies stdio to the
hosted server.

Docker

A Dockerfile is included that runs the stdio bridge:

docker build -t bauta-connector .
docker run -it bauta-connector

Tools

Bauta exposes read and write tools kept strictly separate (deploy, update,
rollback, rename, set sharing, share via email, bind data source, analytics,
export, delete, and more). See https://bauta.app/docs for the full list.

License

MIT — see LICENSE.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.