Skip to main content

Overview

The Nen MCP server lets you use Cursor as a full workflow IDE. You write workflows in your repo, publish them to Nen, run them, and inspect logs and replays without leaving the editor.
You need an API key from your Nen customer engineer before you begin.

What you can do

Author workflows

Create workflow files locally and iterate with AI assistance in Cursor.

Run and monitor

Execute workflows and check status, logs, and videos using MCP tools.

Share outcomes

Use IDs and run artifacts to collaborate and debug with your team.

Example authoring flow

1

Create a workflow

Create a workflow using HealthCarePro to add a new client.
Click on New Client, enter first name Johnny and
last name Appleseed, then click Create Client.
Check that the current client in view is Johnny Appleseed
and the name appears in the correct form fields. Extract
the date from the Added field. Close the application.
I’ll create a workflow for creating a new client in HealthCarePro. Let me first check the existing healthcarepro-payment workflow to understand the URL and patterns used.
2

Publish

Upload the workflow:
Upload this workflow
3

Run

Execute the workflow with create_run, passing any runtime parameters.
Run it
I’ll run the workflow now.Perfect! The workflow “New client” has been started. Status: Pending
4

Inspect

Track progress with get_run_status and review results using get_run_logs or get_run_video.
Get run status
The most recent run is currently processing. Run Details:
  • Message ID: 9e793617-78ed-46d6-90ac-25c6f5e8ab20
  • Status: Processing
  • Started: 2026-01-22 at 18:15:09 UTC
  • Workflow: HealthCarePro New Client
The workflow is actively executing. Would you like me to:
  1. Open the run dashboard to watch the video in real-time?
  2. Wait and check the status again in a moment?
  3. Check the logs?
Check the status in a bit
Run Status: ✅ CompletedMessage ID: 9e793617-78ed-46d6-90ac-25c6f5e8ab20Duration: 12m 15sStatus: Completed

Get started

Set up MCP in Cursor

Install and configure the Nen MCP server for Cursor.

Explore MCP tools

Learn the tools for publishing, running, and monitoring workflows.