n8n-mcp
by czlonkowski·★ 20,992·Score 63
A comprehensive MCP server providing access to 1,650 n8n workflow nodes and 2,352 templates for AI assistants.
Overview
n8n-MCP serves as a bridge between n8n's workflow automation platform and AI models, enabling them to understand and work with n8n nodes effectively. It provides structured access to node properties, operations, documentation, and real-world examples with 99% coverage of node properties and 87% documentation coverage. The server includes comprehensive safety warnings and validation strategies to prevent production workflow errors when used with AI assistants.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose n8n-MCP if you're building n8n workflows with AI assistance and need comprehensive knowledge of all available nodes, templates, and configurations.
When NOT to choose this
Don't choose n8n-MCP if you're not using n8n for workflow automation or if you need direct workflow modification capabilities (it's primarily a knowledge provider, not an execution engine).
Tools this server exposes
12 tools extracted from the READMEtools_documentationGet documentation about available tools and best practices
search_templatesSearch n8n workflow templates by metadata, task, keywords, or node types
search_nodesSearch for n8n nodes with optional examples
get_nodeGet detailed information about a specific n8n node
validate_nodeValidate node configuration with minimal or full checks
validate_workflowComplete validation of a workflow including connections and expressions
get_templateRetrieve a specific n8n workflow template
n8n_create_workflowCreate a workflow in n8n
n8n_update_partial_workflowUpdate parts of an existing n8n workflow
n8n_validate_workflowValidate an already deployed n8n workflow
n8n_test_workflowTest execution of an n8n workflow
n8n_autofix_workflowAutomatically fix common issues in an n8n workflow
Comparable tools
Installation
Installation
**Quick start** - No installation required:
- Use the hosted dashboard at [dashboard.n8n-mcp.com](https://dashboard.n8n-mcp.com)
- Free tier: 100 tool calls/day
**Self-hosting options**:
- **npx**:
npx n8n-mcp - **Docker**:
docker run ghcr.io/czlonkowski/n8n-mcp - **Railway**: Deploy with the [Railway button](https://railway.com/deploy/n8n-mcp?referralCode=n8n-mcp)
- **Local**: See [Self-Hosting Guide](./docs/SELF_HOSTING.md)
**Claude Desktop Configuration**: Add to claude_desktop_config.json:
{
"mcpServers": {
"n8n": {
"command": "npx",
"args": ["n8n-mcp"]
}
}
}**n8n Integration**: See [n8n Deployment Guide](./docs/N8N_DEPLOYMENT.md) for connecting to your n8n instance.
FAQ
- Is it safe to use n8n-MCP with production workflows?
- NO. The README includes a critical safety warning: NEVER edit production workflows directly with AI. Always make copies, test in development, and validate changes before deploying. AI results can be unpredictable and may cause runtime failures.
- What AI tools and IDEs support n8n-MCP?
- n8n-MCP works with Claude Desktop, Claude Code, Windsurf, Cursor, VS Code, Codex, and Antigravity. Each has a specific setup guide in the documentation. The server can also be used with any MCP-compatible client.
On Hacker News
Recent discussion from the developer community.
- Story by steveharing1 · 2026-05-16
- Story by greggh · 2025-07-19
Compare n8n-mcp with
Last updated · Auto-generated from public README + GitHub signals.