n8n: Fair-Code Workflow Automation Platform with AI Capabilities
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
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.
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 is an open and fair-code workflow automation platform that empowers technical teams to build powerful automations. It combines the flexibility of custom code with the speed of no-code, offering over 400 integrations and native AI capabilities. Designed for full control, n8n allows users to self-host their workflows or utilize a cloud offering, ensuring data privacy and deployment flexibility.
Installation
Getting started with n8n is straightforward. You can try it instantly using npx (requires Node.js) or deploy it with Docker.
To try with npx:
npx n8n
To deploy with Docker:
docker volume create n8n_data
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
Access the editor at http://localhost:5678.
Examples
n8n provides a rich ecosystem of pre-built solutions to kickstart your automation projects. Explore over 400 integrations and a wide array of ready-to-use workflow templates. You can find example workflows and integration details on the official n8n website.
Why Use n8n
n8n stands out for several key reasons:
- Code When You Need It: Seamlessly integrate JavaScript or Python, add npm packages, or use the intuitive visual interface.
- AI-Native Platform: Build advanced AI agent workflows based on LangChain, leveraging your own data and models.
- Full Control: Choose to self-host with its fair-code license for complete data sovereignty, or opt for their convenient cloud offering.
- Enterprise-Ready: Benefit from advanced permissions, SSO, and support for air-gapped deployments.
- Active Community: Access a vibrant community, contributing to 400+ integrations and hundreds of templates.
Links
To learn more and get involved with n8n, check out these official resources:
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-workflows: The Ultimate Collection of n8n Automation Workflows
December 11, 2025
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.

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.
7 counted GitHub visits