MCP Catalogs
Homen8n-mcp screenshot

n8n-mcp

by czlonkowski·20,992·Score 63

A comprehensive MCP server providing access to 1,650 n8n workflow nodes and 2,352 templates for AI assistants.

developer-toolsproductivityai-llm
3,409
Forks
73
Open issues
this month
Last commit
2d ago
Indexed

Overview

n8n-MCP serves as a bridge between n8n's workflow automation platform and AI models, enabling them to understand and work with n8n nodes effectively. It provides structured access to node properties, operations, documentation, and real-world examples with 99% coverage of node properties and 87% documentation coverage. The server includes comprehensive safety warnings and validation strategies to prevent production workflow errors when used with AI assistants.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI-assisted n8n workflow creation and automation
you:Template-based workflow development with AI guidance
you:Integration of n8n nodes with Claude Code, Cursor, and other AI-powered tools
you:Is it safe to use n8n-MCP with production workflows?
you:What AI tools and IDEs support n8n-MCP?

When to choose this

Choose n8n-MCP if you're building n8n workflows with AI assistance and need comprehensive knowledge of all available nodes, templates, and configurations.

When NOT to choose this

Don't choose n8n-MCP if you're not using n8n for workflow automation or if you need direct workflow modification capabilities (it's primarily a knowledge provider, not an execution engine).

Tools this server exposes

12 tools extracted from the README
  • tools_documentation

    Get documentation about available tools and best practices

  • search_templates

    Search n8n workflow templates by metadata, task, keywords, or node types

  • search_nodes

    Search for n8n nodes with optional examples

  • get_node

    Get detailed information about a specific n8n node

  • validate_node

    Validate node configuration with minimal or full checks

  • validate_workflow

    Complete validation of a workflow including connections and expressions

  • get_template

    Retrieve a specific n8n workflow template

  • n8n_create_workflow

    Create a workflow in n8n

  • n8n_update_partial_workflow

    Update parts of an existing n8n workflow

  • n8n_validate_workflow

    Validate an already deployed n8n workflow

  • n8n_test_workflow

    Test execution of an n8n workflow

  • n8n_autofix_workflow

    Automatically fix common issues in an n8n workflow

Comparable tools

n8n-nodes-basen8n-community-nodesn8n-workflow-templates

Installation

Installation

**Quick start** - No installation required:

  • Use the hosted dashboard at [dashboard.n8n-mcp.com](https://dashboard.n8n-mcp.com)
  • Free tier: 100 tool calls/day

**Self-hosting options**:

  • **npx**: npx n8n-mcp
  • **Docker**: docker run ghcr.io/czlonkowski/n8n-mcp
  • **Railway**: Deploy with the [Railway button](https://railway.com/deploy/n8n-mcp?referralCode=n8n-mcp)
  • **Local**: See [Self-Hosting Guide](./docs/SELF_HOSTING.md)

**Claude Desktop Configuration**: Add to claude_desktop_config.json:

{
  "mcpServers": {
    "n8n": {
      "command": "npx",
      "args": ["n8n-mcp"]
    }
  }
}

**n8n Integration**: See [n8n Deployment Guide](./docs/N8N_DEPLOYMENT.md) for connecting to your n8n instance.

FAQ

Is it safe to use n8n-MCP with production workflows?
NO. The README includes a critical safety warning: NEVER edit production workflows directly with AI. Always make copies, test in development, and validate changes before deploying. AI results can be unpredictable and may cause runtime failures.
What AI tools and IDEs support n8n-MCP?
n8n-MCP works with Claude Desktop, Claude Code, Windsurf, Cursor, VS Code, Codex, and Antigravity. Each has a specific setup guide in the documentation. The server can also be used with any MCP-compatible client.

On Hacker News

Recent discussion from the developer community.

Compare n8n-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.