v1.2May 14, 2026
MCP server for AI agents, PR comment updates, and billed plans
- MCP server for AI agents — the official PreviewDrop MCP server lets Claude, Cursor, and any MCP-compatible AI agent deploy branches, tail build logs, list deployments, and destroy previews — all from your editor. One-click install in VS Code, or
npx previewdrop mcp. - PR comments update in-place — the bot now edits its existing comment on every new push instead of posting a new one. No comment spam, just one clean thread per PR.
- Billed plans (Starter, Pro, Team) — beyond the free tier: Starter ($19/mo, 5 concurrent), Pro ($79/mo, 20 concurrent), Team ($149/mo, 50 concurrent). All with longer TTLs and priority support. Billing via Stripe.
- API v1 with OpenAPI spec — trigger deploys, fetch logs, list projects, and manage environment variables programmatically. Full OpenAPI 3.1 spec at
/docs/api-referencepowered by Scalar. - AI build diagnostics — when a build fails, PreviewDrop surfaces the likely fix inline in the build log (missing env vars, port binding, dependency errors) using DeepSeek-powered analysis.