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



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
Get Started in Seconds
No installation required - just run with npx!
No installation needed!
npx n8n-mcpRun 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 optionsSee n8n-mcp in Action
Watch this comprehensive guide on installing n8n-mcp, how it works, and what you can use it for
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