Servers
A
Automatelab N8n
@ratamaha-git
Generate n8n workflow JSON (including LangChain AI agents), scaffold custom TypeScript nodes, and lint workflows for missing credentials, deprecated types, and broken connections.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"n8n": {
"command": "npx",
"args": [
"-y",
"@automatelab/n8n-mcp"
],
"env": {
"N8N_API_URL": "",
"N8N_API_KEY": ""
}
}
}
}