n8n-workflows: The Ultimate Collection of n8n Automation Workflows
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
n8n-workflows is an extensive collection of over 4,300 production-ready automation workflows for n8n. This repository provides a comprehensive resource for users looking to enhance their n8n automation capabilities, featuring a searchable online interface and easy local installation. With over 47,000 stars, it stands as a highly popular and valuable tool for the n8n community.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
n8n-workflows is a massive, community-driven collection of over 4,300 production-ready automation workflows for n8n. Curated by Zie619, this repository serves as an invaluable resource for anyone looking to streamline their automation tasks. It boasts an impressive 47,000+ stars and offers a user-friendly online interface for easy browsing and direct downloads. The project features over 365 unique integrations across 15 organized categories, making it simple to find exactly what you need. Recent updates in November 2025 include enhanced security, multi-platform Docker support, a live searchable interface via GitHub Pages, 100x faster search with SQLite FTS5, and a modern UI with dark/light mode.
Installation
Prerequisites
To run the project locally, ensure you have:
- Python 3.9+
- pip (Python package manager)
- 100MB free disk space
Quick Start (Local)
# Clone the repository
git clone https://github.com/Zie619/n8n-workflows.git
cd n8n-workflows
# Install dependencies
pip install -r requirements.txt
# Start the server
python run.py
# Open in browser
# http://localhost:8000
Docker Installation
# Using Docker Hub
docker run -p 8000:8000 zie619/n8n-workflows:latest
# Or build locally
docker build -t n8n-workflows .
docker run -p 8000:8000 n8n-workflows
Examples
The n8n-workflows project makes it incredibly easy to find and utilize automation flows. Users can visit the dedicated GitHub Pages site at zie619.github.io/n8n-workflows for instant access. The online interface provides a smart search function, allowing you to find workflows by name, description, or even nodes within the workflow. You can also browse by 15+ categories, filter by complexity, trigger type, and over 365 integrated services. Once you find a suitable workflow, you can directly download its JSON file for immediate import into your n8n instance.
Why Use n8n-workflows?
This repository is an essential resource for any n8n user due to several compelling reasons:
- Vast Collection: Access to 4,343 production-ready workflows, saving countless hours of development.
- Diverse Integrations: Supports over 365 unique integrations, covering a wide range of services and use cases.
- Exceptional Performance: Features a highly optimized online interface with sub-100ms search response times and minimal memory usage.
- Ease of Access: Available online via GitHub Pages, locally installable, and Docker-ready for flexible deployment.
- Active Development: Continuously updated with new features, security enhancements, and performance improvements.
- Community Support: Benefit from a vibrant community, with clear guidelines for contributing and reporting issues.
- Robust Architecture: Built with Python, FastAPI, and SQLite FTS5 for a powerful and efficient backend.
Links
- GitHub Repository: https://github.com/Zie619/n8n-workflows
- Browse Online: https://zie619.github.io/n8n-workflows
- Report Bugs: https://github.com/Zie619/n8n-workflows/issues
- Contributing Guide: https://github.com/Zie619/n8n-workflows#contributing
- License: https://github.com/Zie619/n8n-workflows/blob/main/LICENSE
- Support the Project: https://www.buymeacoffee.com/zie619
Related repositories
Similar repositories that may be relevant next.
AI Agents A-Z: Practical n8n Workflows for AI Automation
April 25, 2026
The AI Agents A-Z repository offers a comprehensive collection of n8n templates designed to automate various AI-driven tasks. These workflows accompany the popular AI Agents A-Z YouTube series, providing practical examples for building everything from content creation to lead generation agents. It's an excellent resource for anyone looking to implement powerful AI automation using n8n.

n8n: Fair-Code Workflow Automation Platform with AI Capabilities
December 14, 2025
n8n is a powerful fair-code workflow automation platform designed for technical teams. It offers a unique blend of visual building and custom code, supporting over 400 integrations and native AI capabilities. Users can self-host for full data control or opt for a cloud solution, making it highly flexible for various automation needs.

n8n-nodes-mcp: Seamless AI Integration with Model Context Protocol
November 1, 2025
The n8n-nodes-mcp is a custom n8n node designed to facilitate interaction with Model Context Protocol (MCP) servers. It empowers n8n workflows to connect with AI models, access resources, execute tools, and utilize prompts in a standardized manner, significantly enhancing AI agent capabilities.
Source repository
Open the original repository on GitHub.