Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"n8n": {
"command": "npx",
"args": [
"-y",
"n8n-io/n8n"
]
}
}
}
Run in terminal:
claude mcp add n8n npx -y n8n-io/n8n
Add to .cursor/mcp.json:
{
"mcpServers": {
"n8n": {
"command": "npx",
"args": [
"-y",
"n8n-io/n8n"
]
}
}
}