Skip to content

Integrations

Connect Trigger.dev to your existing tools and platforms.

Official Integrations

Vercel Integration

Automate task deployments whenever code is deployed to Vercel.

How it works:

  1. Connect your Vercel project to your Trigger.dev project
  2. Every Vercel deployment automatically triggers a Trigger.dev deployment
  3. Environment variables sync bidirectionally

Atomic deployments — when enabled, Trigger.dev gates your Vercel deployment until the task build completes, then triggers a Vercel redeployment with TRIGGER_VERSION set — ensuring synchronized releases.

Install:

  • Dashboard → Integrations → Vercel, or
  • Vercel Marketplace → search "Trigger.dev"

See Vercel Integration details.

GitHub Integration

Connect your GitHub repository for enhanced dashboard features:

  • View source code links in run traces
  • Commit information on deployments
  • Branch tracking for preview environments

See GitHub Integration details.

MCP Server (AI Assistants)

Connect Trigger.dev as an MCP (Model Context Protocol) server for Claude, Cursor, or other AI assistants:

bash
# Install during CLI init (prompted automatically)
npx trigger.dev@latest init

The MCP server gives your AI assistant:

  • Access to your task definitions
  • Ability to trigger test runs
  • Real-time run status

See MCP Tools for details.

Framework Guides

FrameworkGuide
Next.jsNext.js setup guide
RemixRemix setup guide
Node.jsNode.js guide
BunBun guide
SvelteKitSvelteKit community guide

These are integration examples from the official examples repository:

ServiceTypeNotes
OpenAIAIGPT-4o, DALL-E 3, Whisper
AnthropicAIClaude models via SDK
Vercel AI SDKAIMulti-model streaming
StripePaymentsWebhooks, subscriptions
SupabaseDatabaseCRUD, storage, auth
ResendEmailTransactional, sequences
React EmailEmailTemplate rendering
FirecrawlScrapingURL to markdown
DeepgramAudioSpeech-to-text
ReplicateAIImage/video generation
Fal.aiAIImage generation, real-time
SentryMonitoringError tracking in tasks
HookdeckWebhooksWebhook routing
LightpandaBrowserHeadless browser (lightweight)
PuppeteerBrowserFull Chrome automation
FFmpegVideoVideo processing
SharpImagesImage manipulation
LibreOfficeDocsPDF conversion

For code examples, see Example Tasks.

Built from official Trigger.dev documentation