1. Conduid
  2. Automation
  3. N8n
MCP server · Automation

N8n

n8n MCP — query your own n8n instance (BYO).

Unclaimed NOASSERTION last commit 6 months ago social
97Excellent

Scored 20 days ago · breakdown

About N8n

N8n is an MCP server published by n8n-io in the Automation category: n8n MCP — query your own n8n instance (BYO). It has been installed 0 times through Conduid.

The repository has 177K stars and 55K forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx n8n
Claude Code
claude mcp add n8n -- npx -y @automatelab/n8n-mcp
npx
npx -y @automatelab/n8n-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about N8n

Powered by Claude · Grounded in docs

I know everything about N8n. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

stablestable · 2 Sep 2026[2.37.7](https://github.com/n8n-io/n8n/compare/n8n@2.37.6...n8n@2.37.7) (2026-09-02) <a href="https://cubic.dev/pr/n8n-io/n8n/pull/37609?utm_source=github" target="_blank" rel="noopener noreferrer"…
n8n@2.37.7n8n@2.37.7 · 2 Sep 2026[2.37.7](https://github.com/n8n-io/n8n/compare/n8n@2.37.6...n8n@2.37.7) (2026-09-02) <a href="https://cubic.dev/pr/n8n-io/n8n/pull/37609?utm_source=github" target="_blank" rel="noopener noreferrer"…
n8n@1.123.76n8n@1.123.76 · 2 Sep 2026[1.123.76](https://github.com/n8n-io/n8n/compare/n8n@1.123.75...n8n@1.123.76) (2026-09-02) Bug Fixes core:** Bump browserslist to 4.28.7 to clear CVE-2026-73088/73089…
n8n@2.36.9n8n@2.36.9 · 31 Aug 2026[2.36.9](https://github.com/n8n-io/n8n/compare/n8n@2.36.8...n8n@2.36.9) (2026-08-31) Bug Fixes core:** Apply proxy environment variables consistently across packages and processes ([#37258](https://github.com/n8n-io/n8n/issues/37258))…
n8n@2.36.8n8n@2.36.8 · 28 Aug 2026[2.36.8](https://github.com/n8n-io/n8n/compare/n8n@2.36.7...n8n@2.36.8) (2026-08-28) Bug Fixes core:** Allow a domain-restricted credential to work in its own node ([#37248](https://github.com/n8n-io/n8n/issues/37248))…

README

Banner image

n8n - Secure Workflow Automation for Technical Teams

n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code. With 400+ integrations, native AI capabilities, and a fair-code license, n8n lets you build powerful automations while maintaining full control over your data and deployments.

n8n.io - Screenshot

Key Capabilities

  • Code When You Need It: Write JavaScript/Python, add npm packages, or use the visual interface
  • AI-Native Platform: Build AI agent workflows based on LangChain with your own data and models
  • Full Control: Self-host with our fair-code license or use our cloud offering
  • Enterprise-Ready: Advanced permissions, SSO, and air-gapped deployments
  • Active Community: 400+ integrations and 900+ ready-to-use templates

Quick Start

Try n8n instantly with npx (requires Node.js):

npx n8n

Or 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

Resources

Support

Need help? Our community forum is the place to get support and connect with other users: community.n8n.io

License

n8n is fair-code distributed under the Sustainable Use License and n8n Enterprise License.

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

Enterprise Licenses available for additional features and support.

Additional information about the license model can be found in the docs.

Contributing

Found a bug 🐛 or have a feature idea ✨? Check our Contributing Guide for a setup guide & best practices.

Join the Team

Want to shape the future of automation? Check out our job posts 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

README mirrored from the source repository 20 days ago. The original is authoritative.

Questions

About N8n

How do I install N8n?

Run npx n8n, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is N8n safe to use with an AI agent?

Its trust score is 97 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is N8n still maintained?

Yes — the latest release is stable (2 Sep 2026), and the last commit was 6 months ago. The repository has 177K stars and 0 open issues.