LibreFlow — self-hosted n8n-style workflow automation with MCP servers/client, data-table state engine, and an AI agent node
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"libreflow": {
"command": "npx",
"args": [
"-y",
"MauricioPerera/libreflow"
]
}
}
}
Run in terminal:
claude mcp add libreflow npx -y MauricioPerera/libreflow
Add to .cursor/mcp.json:
{
"mcpServers": {
"libreflow": {
"command": "npx",
"args": [
"-y",
"MauricioPerera/libreflow"
]
}
}
}