Nutrient Workflow Connector for AI agents.
10 live capabilities
Manage enterprise document workflows and automated requests.
Waiting for input…
Why people use Nutrient Workflow
Nutrient Workflow for Enterprise Document Automation
With this Connector, you just ask your agent to check the status of a specific request or find all pending tasks for a user. You get the answer in seconds without leaving your workspace, turning a complex series of clicks into a simple conversation.
What Vinkius changes
You get a conversational interface for your entire enterprise document workflow system.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Expense Approval Tracking
An employee asks the agent to start an expense request and the agent triggers the workflow using start_request.
- Real-world use case 02
HR Onboarding Management
A manager asks the agent to see all pending tasks for a new hire to ensure the paperwork is moving using list_user_tasks.
- Real-world use case 03
IT Ticket Status Checks
An admin uses the agent to find all active requests to see which IT tickets are currently blocked using list_requests.
Complete set · 10capabilities
The complete Nutrient Workflow capability set.
These are the exact actions your AI can choose when you ask it to work with Nutrient Workflow.
01—04
4 capabilities in this set.
Part of 10 available through Nutrient Workflow.
- 01 Capability
List processes
See all your published workflows. This helps you understand what processes are currently active in your environment.
- 02 Capability
List reports
View the available reports in your system. You can use this to see what data is ready for analysis.
- 03 Capability
List requests
Get a list of all active workflow requests. This is great for getting a quick pulse on current work volume.
- 04 Capability
Complete task
Finish a specific task in a workflow. You can provide the required data to move a process to the next step.
05—07
3 capabilities in this set.
Part of 10 available through Nutrient Workflow.
- 05 Capability
Get process
Look up the details of a specific process. Use this to check configuration metadata for a single workflow.
- 06 Capability
Get request
Pull the details for a specific request. This helps you see exactly where a request stands in its lifecycle.
- 07 Capability
Get task
See the details of an individual task. Use this to understand what is needed to complete a specific action.
08—10
3 capabilities in this set.
Part of 10 available through Nutrient Workflow.
- 08 Capability
List user tasks
Find all pending tasks for a specific user. This is useful for checking workloads or identifying bottlenecks.
- 09 Capability
List users
See a list of all users in your tenant. Use this to manage permissions or check user counts.
- 10 Capability
Start request
Trigger a new workflow request. This allows you to kick off a new process without leaving your chat interface.
Set up in minutes
One URL. Then ask Nutrient Workflow to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Nutrient Workflow from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CVaDJZMwHSpUXXyQOziL0F11VpGqtV0YNLgmnjMn/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Nutrient Workflow, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Nutrient Workflow for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CVaDJZMwHSpUXXyQOziL0F11VpGqtV0YNLgmnjMn/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Nutrient Workflow URL.
- Step 03
Save and start
Save the connection and enable Nutrient Workflow in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"nutrient-workflow": {
"url": "https://edge.vinkius.com/vk_preview_CVaDJZMwHSpUXXyQOziL0F11VpGqtV0YNLgmnjMn/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Nutrient Workflow
Open Agent mode in chat and ask: "Using Nutrient Workflow, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"nutrient-workflow": {
"url": "https://edge.vinkius.com/vk_preview_CVaDJZMwHSpUXXyQOziL0F11VpGqtV0YNLgmnjMn/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Nutrient Workflow
Ask Copilot: "Using Nutrient Workflow, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"nutrient-workflow": {
"url": "https://edge.vinkius.com/vk_preview_CVaDJZMwHSpUXXyQOziL0F11VpGqtV0YNLgmnjMn/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Nutrient Workflow
Open Cascade and ask: "Using Nutrient Workflow, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"nutrient-workflow": {
"url": "https://edge.vinkius.com/vk_preview_CVaDJZMwHSpUXXyQOziL0F11VpGqtV0YNLgmnjMn/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Nutrient Workflow
Ask Cline: "Using Nutrient Workflow, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add nutrient-workflow --transport http "https://edge.vinkius.com/vk_preview_CVaDJZMwHSpUXXyQOziL0F11VpGqtV0YNLgmnjMn/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Nutrient Workflow
Ask Claude: "Using Nutrient Workflow, show me...". 10 tools are ready
Where the request belongs
Work Nutrient Workflow can move forward.
The operations manager who is tired of clicking through dozens of tabs to check the status of a single approval request or the HR coordinator managing high-volume onboarding.
Operations Manager
They use this to monitor organizational efficiency and clear bottlenecks in the workflow.
HR Coordinator
They use this to start onboarding requests and check pending tasks without logging into the dashboard.
Finance Specialist
They use this to quickly find and complete expense approval tasks across different departments.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsZeev
Digitize business processes with BPMN workflows, electronic forms, and approval chains that replace paper and email chaos.
PandaDoc
Create, send, and track documents, proposals, and e-signatures via PandaDoc. manage the entire document lifecycle from any AI agent.
Chuanyun
Enterprise workflow automation and digital engine. manage business objects, forms, and approval history via AI.
HiFlow
Workflow and business process management.
Docamatic
Generate professional PDFs from templates with dynamic data injection for invoices, reports, and custom documents at scale.
Coda
Combine docs, spreadsheets, and apps into powerful all-in-one documents that grow with your team and automate routine work.
Bring your own AI
Change the model, client or framework. Keep Nutrient Workflow connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Nutrient Workflow.
The practical details behind the request, access and result.
What does the Nutrient Workflow MCP actually do?
It lets you manage your document workflows using your AI agent. You can start requests, check statuses, and finish tasks without opening your browser.
Can I use this to manage my company's HR onboarding?
Yes. You can use it to see pending onboarding tasks or start new requests for new employees directly through your AI client.
Does this work with my existing Nutrient Workflow account?
Yes, it connects to your existing environment using your Tenant ID, Host, and API Key. It works with your current published processes.
How do I see if my requests are stuck?
You can ask your agent to list active requests or get the details of a specific request to see exactly where it is in the pipeline.
Can my agent complete forms for me?
Yes, the agent can use the completion capability to finish tasks by providing the necessary form data you specify in your chat.
Is this for editing the content inside my PDFs?
No, this Connector manages the workflow process. It handles things like approvals and status updates, not the internal text or layout of the PDF itself.
Can I list all my business processes using my AI agent?
Yes! Use the list_processes capability to retrieve a full list of all published workflow processes in your tenant.
How do I start a new workflow request through this integration?
Simply provide the Process ID to the start_request capability. You can also pass initial form data as a JSON object.
Is it possible to complete a task via the AI agent?
Yes, use the complete_task action. Provide the Task ID and any required form data to progress the workflow.
One connection away
Give your agent a direct line to Nutrient Workflow.
Connect Nutrient Workflow once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available