McpMux
Back to Registry

Trigger.dev (npx) MCP Server

Community

Contributed by Trigger.dev

Manage Trigger.dev background jobs and workflows. List tasks, trigger runs, monitor execution, and deploy projects to different environments.

About the Trigger.dev (npx) MCP Server

The Trigger.dev (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage Trigger.dev background jobs and workflows. List tasks, trigger runs, monitor execution, and deploy projects to different environments. This is a community-contributed MCP server by Trigger.dev.

Install the Trigger.dev (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires authentication — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "trigger.dev@latest",
    "mcp"
  ],
  "env": {
    "TRIGGER_SECRET_KEY": "${input:TRIGGER_SECRET_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "TRIGGER_SECRET_KEY",
        "label": "Trigger.dev Secret Key",
        "description": "Secret key for your Trigger.dev project. Optional if using CLI login instead.",
        "type": "text",
        "required": false,
        "secret": true,
        "placeholder": "tr_dev_xxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://cloud.trigger.dev/",
          "instructions": "1. Log in to cloud.trigger.dev\n2. Open your project\n3. Go to the API keys page\n4. Copy your secret key (starts with tr_dev_ or tr_prod_)",
          "button_label": "Get Secret Key"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
Authoptional_api_key
Capabilities
Tools

Categories

Tags

triggerbackground-jobsworkflowstasksdeploymentautomation

Supported AI Clients

The Trigger.dev (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Trigger.dev (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.