n8n (AI Workflow Automation) Connector for AI agents.
7 live capabilities
Manage and debug your node-based workflow automation via natural conversation.
Waiting for input…
Why people use n8n (AI Workflow Automation)
Debug n8n Workflow Failures Faster with n8n
This Connector lets you skip the navigation. You can ask your agent to find the latest failures and pull the trace logs immediately. You get the specific error message and node output right in your chat, letting you fix the issue in seconds.
What Vinkius changes
You get a natural language interface for your entire n8n automation workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a production failure
An automation fails in production.
- Real-world use case 02
Auditing security
An IT manager needs to verify which Slack accounts are connected.
- Real-world use case 03
Mapping logic
A developer needs to see the exact JSON output of a specific node.
Complete set · 7capabilities
The complete n8n (AI Workflow Automation) capability set.
These are the exact actions your AI can choose when you ask it to work with n8n (AI Workflow Automation).
01—04
4 capabilities in this set.
Part of 7 available through n8n (AI Workflow Automation).
- 01 Capability
List workflow tags
See all the organizational tags used in your workspace. This helps you sort through complex automation logic.
- 02 Capability
Get workflow details
Get the full details for a specific workflow. This lets you see the logic and configuration of a single automation.
- 03 Capability
List instance users
See who has access to your n8n instance. It helps you manage team permissions quickly.
- 04 Capability
List workflows
Get a complete list of all your automation workflows. This lets you see what's currently running in your workspace.
05—07
3 capabilities in this set.
Part of 7 available through n8n (AI Workflow Automation).
- 05 Capability
List stored credentials
View the metadata for your saved credentials. You can verify system types and IDs without seeing secure tokens.
- 06 Capability
List workflow executions
See a history of recent workflow runs. This is the first step in finding where an automation failed.
- 07 Capability
Get execution details
Pull the full trace logs for a specific execution. Use this to see the exact error message at a specific node.
Set up in minutes
One URL. Then ask n8n (AI Workflow Automation) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use n8n (AI Workflow Automation) 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_mmENGkHLWAgMfdYFfx8KGuMQBUozJALLFSQbAfsp/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 n8n (AI Workflow Automation), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable n8n (AI Workflow Automation) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_mmENGkHLWAgMfdYFfx8KGuMQBUozJALLFSQbAfsp/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 n8n (AI Workflow Automation) URL.
- Step 03
Save and start
Save the connection and enable n8n (AI Workflow Automation) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"n8n-ai-workflow-automation": {
"url": "https://edge.vinkius.com/vk_preview_mmENGkHLWAgMfdYFfx8KGuMQBUozJALLFSQbAfsp/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 n8n (AI Workflow Automation)
Open Agent mode in chat and ask: "Using n8n (AI Workflow Automation), help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"n8n-ai-workflow-automation": {
"url": "https://edge.vinkius.com/vk_preview_mmENGkHLWAgMfdYFfx8KGuMQBUozJALLFSQbAfsp/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 n8n (AI Workflow Automation)
Ask Copilot: "Using n8n (AI Workflow Automation), help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"n8n-ai-workflow-automation": {
"url": "https://edge.vinkius.com/vk_preview_mmENGkHLWAgMfdYFfx8KGuMQBUozJALLFSQbAfsp/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 n8n (AI Workflow Automation)
Open Cascade and ask: "Using n8n (AI Workflow Automation), help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"n8n-ai-workflow-automation": {
"url": "https://edge.vinkius.com/vk_preview_mmENGkHLWAgMfdYFfx8KGuMQBUozJALLFSQbAfsp/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 n8n (AI Workflow Automation)
Ask Cline: "Using n8n (AI Workflow Automation), help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add n8n-ai-workflow-automation --transport http "https://edge.vinkius.com/vk_preview_mmENGkHLWAgMfdYFfx8KGuMQBUozJALLFSQbAfsp/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 n8n (AI Workflow Automation)
Ask Claude: "Using n8n (AI Workflow Automation), show me...". 7 tools are ready
Where the request belongs
Work n8n can move forward.
This is for the automation engineer who's tired of clicking through dozens of dashboard tabs at 2am to find one failed node. It's for the developer who needs to see the raw JSON of a workflow without opening a browser.
Automation Engineer
Debugging failed production workflows and checking execution logs to identify bottlenecks.
Software Developer
Testing node-based logic and retrieving trace logs for integration testing during development.
IT Operations Manager
Auditing instance credentials and managing team permissions across multiple automation environments.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMake (Workflow Automation)
Manage workflow automation via Make. audit scenarios, track execution logs, and monitor data stores.
Workato
Monitor automation recipes, manage job executions, and audit app connections on Workato. the leading enterprise iPaaS platform.
Activepieces
Automate workflows with Activepieces. manage flows, monitor executions, and handle app connections directly from your AI agent.
Automate.io
Manage Automate.io workflows seamlessly. audit your bots, connections, and execution runs directly from your AI agent.
Workload
Build visual workflow automations that connect your favorite apps and eliminate repetitive manual tasks across your business.
Relay Workflow Automation
List, run, and manage workflow automations via Relay API.
Bring your own AI
Change the model, client or framework. Keep n8n 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 n8n.
The practical details behind the request, access and result.
Can I use n8n MCP to fix my broken workflows?
Yes, it helps you find the exact reason a workflow failed by pulling trace logs and node outputs. You can then use that information to make the necessary changes in your n8n dashboard.
Does n8n MCP show my actual passwords?
No, it only retrieves metadata like the system type and unique IDs. This keeps your actual credentials secure while still letting you audit your connections.
How does n8n MCP help with debugging?
It allows you to query execution history and get detailed logs for specific IDs. This means you can identify errors without clicking through pages of logs in the n8n UI.
Can I see who has access to my n8n instance?
Yes, you can ask the agent to list all collaborators and their roles. This is great for quickly auditing your team's permissions.
Can I use n8n MCP to see the JSON logic of my nodes?
Yes, you can pull the specific details of any workflow. This includes the logic nodes and trigger configurations, which is helpful for understanding complex automations.
What is the benefit of using n8n MCP for my automation?
It turns your n8n workspace into a searchable database. Instead of manual navigation, you use natural language to find workflows, check logs, and audit your setup.
Does this work with self-hosted n8n instances?
Yes. You just need to provide your full n8n Base URL (e.g., https://n8n.your-company.com). Your agent will connect securely to your private instance using your n8n API Key.
Can I see exactly why an n8n execution failed through my agent?
Yes. Use the get_execution capability with a specific Execution ID. Your agent will retrieve the node-level trace logs, allowing you to see which specific node encountered an error and the resulting output payload for that step.
Can my agent list the automation credentials saved in my n8n account?
Absolutely. Use the list_credentials capability to identify all stored auth hooks. Your agent will report the credential names and system types (e.g., Slack, GitHub), helping you audit your integrations without exposing literal secure tokens.
One connection away
Give your agent a direct line to n8n.
Connect n8n once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available