Trust: 25/100 (Limited)
n8n-mcp Guide
Debugging-first MCP server for n8n. Nine tools for workflow generation, linting, per-node execution diagnosis, and driving live n8n instances. Helps AI agents create, validate, and troubleshoot n8n workflows end-to-end.
by AutomateLab
Quick Start
Install
npx -y @automatelab/n8n-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": [
"-y @automatelab/n8n-mcp"
]
}
}
}