n8n-mcp

stdio

Used by 2 plugins

Installs n8n-mcp, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub theohbkim/plugins-for-claude --plugin n8n-mcp
Description

n8n workflow creation and management

Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "n8n-mcp": {
      "command": "npx",
      "args": [
        "n8n-mcp"
      ],
      "env": {
        "MCP_MODE": "stdio",
        "LOG_LEVEL": "error",
        "DISABLE_CONSOLE_OUTPUT": "true"
      }
    }
  }
}
Command
npx
Access Level
write
Arguments
n8n-mcp
Environment Variables
MCP_MODE=stdio
LOG_LEVEL=error
DISABLE_CONSOLE_OUTPUT=true