Skip to main content
ClaudeWave

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

MCP Servers204k estrellas60.6k forksTypeScriptNOASSERTIONActualizado today
Nota editorial

n8n is a workflow automation platform that operates as both an MCP server and MCP client, allowing it to connect Claude and other AI agents directly into automated pipelines. Users build workflows through a visual node editor or by writing JavaScript and Python with access to npm packages, and the platform ships with over 400 pre-built integration nodes covering databases, APIs, and SaaS tools. Its LangChain-based AI agent workflows let teams wire Claude into multi-step automations that read, transform, and act on data from external services. The platform can be launched instantly via npx or Docker and self-hosted under a fair-code Sustainable Use License, with an enterprise tier adding SSO, advanced permissions, and air-gapped deployment options. Technical teams building AI-assisted data pipelines, developers who want code-level control without abandoning a visual interface, and organizations with strict data residency requirements are the primary beneficiaries. Over 900 ready-to-use workflow templates are available in the community library.

ClaudeWave Trust Score
87/100
Trusted

Self-hostable fair-code workflow automation platform with 400+ integrations and native AI/LangChain support.

Passed
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
  • !Install pipes a remote script into a shell (curl | sh)
OK to use
Last scanned: 9/12/2026
Install in Claude Code / Claude Desktop
Method: Docker · /home/node/.n8n
Claude Code CLI
claude mcp add n8n -- docker run -i --rm /home/node/.n8n
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "n8n": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "/home/node/.n8n"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)

# n8n – The Platform for AI Agents and Workflow Automation

Fair-code platform to build and deploy AI agents and workflows. Combine a visual canvas with custom code, run it self-hosted or in the [cloud](https://app.n8n.cloud/login), and connect to 1500+ integrations. AI automation you can trust with real work, from prototype to production.

![n8n.io - Screenshot](https://raw.githubusercontent.com/n8n-io/n8n/master/assets/n8n-screenshot-readme.png)

## Key Capabilities

- **AI-Native Automation Platform**: Build and operationalize AI workflows and multi-step agents using your own data, models, and tools
- **Model Flexibility, No Lock-In**: Connect to OpenAI, Anthropic, Google, or open-source models and switch providers without changing your architecture
- **From Prototype to Production**: Design multi-step AI workflows with logic, tool use, human approvals, and full observability
- **Code When You Need It**: Combine visual building with JavaScript, Python, and npm packages for advanced AI workflows
- **Enterprise-Ready AI**: Self-host or deploy securely with role-based access, audit trails, and support for sensitive data
- **Leverage What Already Exists**: 1500+ integrations and 9,000+ workflow [templates](https://n8n.io/workflows) to connect AI with your existing systems

## Quick Start

Try n8n instantly with our install script (requires [Docker](https://www.docker.com/)):

```sh
curl -fsSL https://get.n8n.io | sh
```

Or deploy manually with [Docker](https://docs.n8n.io/hosting/installation/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

## Resources

- 📚 [Documentation](https://docs.n8n.io)
- 🔧 [1500+ Integrations](https://n8n.io/integrations)
- 💡 [Example Workflows](https://n8n.io/workflows)
- 🤖 [AI & LangChain Guide](https://docs.n8n.io/advanced-ai/)
- 👥 [Community Forum](https://community.n8n.io)
- 📖 [Community Tutorials](https://community.n8n.io/c/tutorials/28)

## Support

Need help? Our community forum is the place to get support and connect with other users:
[community.n8n.io](https://community.n8n.io)

## License

n8n is [fair-code](https://faircode.io) distributed under the [Sustainable Use License](https://github.com/n8n-io/n8n/blob/master/LICENSE.md) and [n8n Enterprise License](https://github.com/n8n-io/n8n/blob/master/LICENSE_EE.md).

- **Source Available**: Always visible source code
- **Self-Hostable**: Deploy anywhere
- **Extensible**: Add your own nodes and functionality

[Enterprise Licenses](mailto:license@n8n.io) available for additional features and support.

Additional information about the license model can be found in the [docs](https://docs.n8n.io/sustainable-use-license/).

## Contributing

Found a bug 🐛 or have a feature idea ✨? Check our [Contributing Guide](https://github.com/n8n-io/n8n/blob/master/CONTRIBUTING.md) for a setup guide & best practices.

## Join the Team

Want to shape the future of automation? Check out our [job posts](https://n8n.io/careers) and join our team!

## What does n8n mean?

**Short answer:** It means "nodemation" and is pronounced as n-eight-n.

**Long answer:** "I get that question quite often (more often than I expected) so I decided it is probably best to answer it here. While looking for a good name for the project with a free domain I realized very quickly that all the good ones I could think of were already taken. So, in the end, I chose nodemation. 'node-' in the sense that it uses a Node-View and that it uses Node.js and '-mation' for 'automation' which is what the project is supposed to help with. However, I did not like how long the name was and I could not imagine writing something that long every time in the CLI. That is when I then ended up on 'n8n'." - **Jan Oberhauser, Founder and CEO, n8n.io**
aiapisautomationclidata-flowdevelopmentintegration-frameworkintegrationsipaaslow-codelow-code-platformmcpmcp-clientmcp-servern8nno-codeself-hostedtypescriptworkflowworkflow-automation

Lo que la gente pregunta sobre n8n

¿Qué es n8n-io/n8n?

+

n8n-io/n8n es mcp servers para el ecosistema de Claude AI. Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations. Tiene 204k estrellas en GitHub y su última actualización registrada es del 2026-09-12.

¿Cómo se instala n8n?

+

Puedes instalar n8n clonando el repositorio (https://github.com/n8n-io/n8n) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar n8n-io/n8n?

+

Nuestro agente de seguridad ha analizado n8n-io/n8n y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene n8n-io/n8n?

+

n8n-io/n8n es mantenido por n8n-io. La última actividad registrada en GitHub es del 2026-09-12, con 1139 issues abiertos.

¿Hay alternativas a n8n?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega n8n en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: n8n-io/n8n
[![Featured on ClaudeWave](https://claudewave.com/api/badge/n8n-io-n8n)](https://claudewave.com/repo/n8n-io-n8n)
<a href="https://claudewave.com/repo/n8n-io-n8n"><img src="https://claudewave.com/api/badge/n8n-io-n8n" alt="Featured on ClaudeWave: n8n-io/n8n" width="320" height="64" /></a>

Más MCP Servers

Alternativas a n8n