data-ai MCP Server
MCP server that allow LLM in agent mode builds n8n workflows for you
Discovered via github-seeds and last synced 3mo ago.
1. Install the package
npx -y n8n-workflow-builder-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"n8n-workflow-builder-mcp": {
"command": "npx",
"args": [
"n8n-workflow-builder-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Key Parameters