trigger.dev (MCP Server)

GitHub

Trigger.dev – build and deploy fully‑managed AI agents and workflows

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "trigger.dev": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-trigger.dev"
      ]
    }
  }
}