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:
How it works
# Tell your agent:
Add trixicloud mcp https://mcp-cloud.trixilabs.com
→ Writing .mcp.json...
✓ MCP added
# 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
# 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