How to Use the n8n (AI Workflow Automation) MCP in Cursor
Inject live n8n workflow data and execution logs directly into your code with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect n8n (AI Workflow Automation) MCP to Cursor
Create your Vinkius account to connect n8n (AI Workflow Automation) 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.
Pull Live Workflow Definitions
Stop guessing what a workflow does. Use `get_workflow_details` directly in Cursor to pull the full JSON definition of any n8n workflow by its ID. You don't have to switch context to the n8n UI just to check a node's configuration anymore. Ask your agent: "Get the definition for workflow 'process-new-users' and write a Python script to parse its trigger node." Cursor will call the tool, get the data, and generate the code you need in seconds. It's about working with facts, not assumptions.
Debug with Real Execution Logs
If you're writing a script to analyze n8n performance, you need real data, not mock objects. Use `list_workflow_executions` to get a list of recent runs. Then, pipe an execution ID into `get_execution_details` to get the full, real-world trace log. This is where Cursor shines. You can tell the agent to fetch the logs for a failed run and then write a test case that reproduces the error. You're building and debugging with actual production data, not stubs.
Your n8n MCP Server for Auditing
Security audits are a pain, so automate them. This MCP Server gives you the tools to do just that. You can use `list_instance_users` and `list_stored_credentials` to quickly generate reports on who has access and what secrets are configured. Inside Cursor, you can build a script that runs these checks on a schedule. Tell the agent, "Write a script that calls `list_stored_credentials` and flags any new credentials added in the last 24 hours." You've just automated a compliance check.
Set up n8n (AI Workflow Automation) 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 n8n (AI Workflow Automation) 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 n8n (AI Workflow Automation) transactions." If the MCP tools are loaded correctly, Cursor will call the n8n (AI Workflow Automation) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"n8n-ai-workflow-automation-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 n8n. 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 n8n (AI Workflow Automation) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the n8n (AI Workflow Automation) MCP today
We host it, we monitor it, we maintain it. You just paste one token.