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.
Quick Install
npx -y @automatelab/n8n-mcpClaude Desktop Config
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": [
"-y @automatelab/n8n-mcp"
]
}
}
}