Free · No sign-up · Works with any agentic coding tool

Deploy live previews from your AI agent

One MCP tool. Ask your agent to deploy your vibe-coded project and get a shareable URL in minutes.

Paste this prompt to your agent:

Add trixicloud mcp https://mcp-cloud.trixilabs.com

How it works

One-time setup
1Add the MCP to your project
AI Agent

# Tell your agent:

Add trixicloud mcp https://mcp-cloud.trixilabs.com

→ Writing .mcp.json...

✓ MCP added

2Register with your email — OTP, no password
AI Agent

# Tell your agent:

register trixicloud you@email.com

→ register("you@email.com")

  OTP sent — check your inbox

# Paste OTP from email:

483920

→ verify_otp("you@email.com", "483920")

✓ API key saved to .mcp.json

Every time you want to deploy
3Ask your agent to deploy — zip, build, and URL are handled automatically
AI Agent

# You say:

deploy this project as a preview

→ deploy_preview(zip)

  Zipping project...

  Uploading 3.2 MB...

  Build queued

→ get_build_logs("ab3f9")

  Step 1/6 FROM node:20-alpine

  Step 2/6 RUN npm install

  Step 3/6 COPY . .

  ...

✓ Preview ready!

cloud.trixilabs.com/live/ab3f9

Your project needs a Dockerfile

Place a Dockerfile at the root of your project. It must have an EXPOSE directive and run as a non-root USER. Don't have one? Ask Claude to generate it for your framework.

Limitations

3 per account

Active previews

30 days

Preview TTL

Any (Dockerfile)

Frameworks

FAQ