Open Source MIT License

Model Context Protocol server enabling AI assistants to build accurate n8n workflows

Access 525+ n8n nodes with 99% property coverage. Reduce configuration errors and speed up workflow creation.

Works seamlessly with

Claude Code logo
Claude Code
Claude Desktop logo
Claude Desktop
Windsurf logo
Windsurf
Cursor logo
Cursor

0+

n8n Nodes

0%

Property Coverage

0ms

Avg Query Time

0%

Doc Coverage

Powerful Features

Everything you need to help AI assistants build better n8n workflows

Smart Node Discovery
AI-friendly search and discovery for all n8n nodes with comprehensive documentation
Workflow Validation
Reduce configuration errors with built-in validation and property checking
Lightning Fast
SQLite-powered queries with 12ms average response time for instant results
n8n Management Tools
Create, update, and manage workflows directly from AI assistants with full API integration
Powerful Diff-Edit
Save 80-90% tokens with intelligent diff-based workflow updates instead of full replacements
Real-time Execution
Monitor and manage workflow executions with comprehensive status tracking

Get Started in Seconds

No installation required - just run with npx!

Install with npx

No installation needed!

npx n8n-mcp

Run directly with npx - automatically downloads and executes the latest version with pre-built database

Prerequisite: Node.js must be installed on your system

Add to Claude Desktop config:

Basic configuration (documentation tools only):

{
  "mcpServers": {
    "n8n-mcp": {
      "command": "npx",
      "args": ["n8n-mcp"],
      "env": {
        "MCP_MODE": "stdio",
        "LOG_LEVEL": "error",
        "DISABLE_CONSOLE_OUTPUT": "true"
      }
    }
  }
}

Full configuration (with n8n management tools):

{
  "mcpServers": {
    "n8n-mcp": {
      "command": "npx",
      "args": ["n8n-mcp"],
      "env": {
        "MCP_MODE": "stdio",
        "LOG_LEVEL": "error",
        "DISABLE_CONSOLE_OUTPUT": "true",
        "N8N_API_URL": "https://your-n8n-instance.com",
        "N8N_API_KEY": "your-api-key"
      }
    }
  }
}

Looking for other installation methods?

View Docker, local installation, and more options

See n8n-mcp in Action

Watch this comprehensive guide on installing n8n-mcp, how it works, and what you can use it for

Coming Soon

Hosted MCP Service

We're working on a hosted version of n8n-mcp. No installation required, instant access for your AI assistants.

Community Coverage

Learn from the community with tutorials, guides, and real-world examples