MCP server for n8n with tools for generating workflows, linting, diagnosing failed executions, and driving live n8n instances. Built for AI agents.
Quick Install
npx -y @automatelab/n8n-mcpClaude Desktop Config
{
"mcpServers": {
"automatelab-n8n-mcp": {
"command": "npx",
"args": [
"-y @automatelab/n8n-mcp"
]
}
}
}