mcp-n8n-builder
An MCP server that provides tools for programmatic creation, retrieval, updating, and deletion of n8n workflows, plus workflow activation/deactivation and listing/getting execution details. It validates node types against the target n8n instance and supports configurable output verbosity to reduce token usage.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
The README indicates use of N8N_HOST and N8N_API_KEY, but does not specify whether HTTPS-only is enforced, how errors log sensitive data (if at all), or whether scopes/least-privilege are supported. Dependency list is minimal in the manifest and does not provide vulnerability posture.
⚡ Reliability
Best When
You want an MCP-compatible agent to manage n8n workflows programmatically and you can supply N8N_HOST/N8N_API_KEY securely.
Avoid When
You need strong, documented retry/idempotency semantics for destructive operations, or you cannot control the token/response size when fetching large workflows.
Use Cases
- • Letting AI agents build and modify n8n workflows via MCP tools
- • Validating node types before creating/updating workflows to prevent n8n errors
- • Automating workflow lifecycle management (CRUD + activate/deactivate)
- • Inspecting workflow execution history and retrieving execution details
Not For
- • Direct user-driven workflow editing UIs
- • Environments where model/agent cannot safely hold and use n8n credentials
- • Highly regulated deployments requiring documented compliance guarantees from this package
Interface
Authentication
Auth is described as N8N_API_KEY; no finer-grained scope/granularity is documented in the provided README.
Pricing
No pricing information provided; as an npm package, cost would depend on your n8n usage and any LLM/agent token costs.
Agent Metadata
Known Gotchas
- ⚠ Token usage can be high for large n8n workflow JSON; use OUTPUT_VERBOSITY=concise and consider per-tool verbosity overrides.
- ⚠ update_workflow requires the entire workflow structure (not a patch); agents must supply complete, validated payloads.
- ⚠ delete_workflow is permanent and cannot be undone—agents should be careful with confirmation/guardrails outside this package.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-n8n-builder.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-03-30.