How to Use the Trigger.dev MCP in Cursor
Integrate live API results into your codebase with Cursor's Agent mode and MCP Server access.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Trigger.dev MCP to Cursor
Create your Vinkius account to connect Trigger.dev to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Discover project scope using Cursor
Starting a new feature? Use `list_projects` to see every available project in your account. You can then narrow down the context by calling `list_environments`, which shows all deployment targets for that specific project. This ability means the AI generates code that references real, known environments. It's not just stubbing out names; it knows what infrastructure you're dealing with.
Run and debug tasks directly in Cursor
If your code hits a background job issue, the `get_run(run_id)` tool lets the AI fetch live run details. This means when it suggests debugging steps or updated logic, it's based on real API responses. You can also force execution via `trigger_task(project, task)`. The resulting task ID can then be immediately used in your code as a variable.
Audit and fix workflows with Cursor
When testing complex logic, you need to know what happened previously. Use `list_runs` to see the history of executions. Then, if the bug was intermittent, you can use `replay_run(run_id)` to re-execute the task inside your coding session. This capability lets the AI generate code that handles failure states based on real historical data.
Set up Trigger.dev MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Trigger.dev MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Trigger.dev transactions." If the MCP tools are loaded correctly, Cursor will call the Trigger.dev tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"triggerdev-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Trigger.dev. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Trigger.dev MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Trigger.dev MCP today
We host it, we monitor it, we maintain it. You just paste one token.