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
ChatGPT logo
ChatGPT
Claude Desktop logo
Claude Desktop
Windsurf logo
Windsurf
Cursor logo
Cursor
Google Antigravity logo
Google Antigravity
n8n AI Agent logo
n8n AI Agent
Now Available

Join the Beta

Get instant access to our hosted MCP service. No installation required, seamless integration with your AI assistants.

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

Prefer Self-Hosting?

For developers who want full control, deploy n8n-mcp on your own infrastructure

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

Community Coverage

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