MCP Servers / development / AutomateLab n8n

AutomateLab n8n

JSON →
stdionone5development

Build n8n workflows, custom nodes, and AI agents from natural language. Pairs with the @automatelab/n8n-mcp server.

Install
How to run this server
[ { "cmd": "npm install -g @automatelab/n8n-mcp", "imports": [] } ]
server path: automatelab-n8n
Tools
What this server exposes
workflow.generate
Plain-English description → workflow JSON. Detects AI-agent intent.
node.scaffold
Description → single INodeType TypeScript file for a custom n8n package.
workflow.lint
Workflow JSON → list of errors and warnings (20+ rules).
workflow.diff
Two workflows → semantic diff (nodes added/removed/modified, connections, settings).
execution.explain
Failed execution JSON → per-node diagnosis with hints.
execution.replay
Workflow + node → self-contained replay workflow that exercises just that node.
execution.timeline
Execution JSON → per-node timeline table (start, duration, items in/out, errors).
workflow.list
Paginate workflows; filter by active/tags/name.
workflow.get
Fetch a workflow by id.
workflow.create
POST a workflow. Strips read-only fields.
workflow.activate
Flip active on/off.
execution.list
Browse executions; pass includeData: true for the full body.
Configuration
Environment & auth
authnone
envN8N_API_URL
envN8N_API_KEY
Resources
AutomateLab n8n — MCP Server · libregistry