n8n

stdio

Used by 4 plugins

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

Install
1
Run in your terminal
$
npx claudepluginhub henkisdabro/wookstar-claude-plugins --plugin mcp-n8n
Add to Your Project

Add to your .mcp.json:

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

Replace placeholder values for: N8N_API_KEY

Security Considerations
Requires secrets

This MCP server needs API keys or credentials. Configure them in your environment before use.

Command
npx
Access Level
write
Arguments
n8n-mcp
Environment Variables
MCP_MODE=stdio
LOG_LEVEL=error
N8N_API_KEY=${N8N_API_KEY}
N8N_API_URL=https://n8n.wookstar.com/
DISABLE_CONSOLE_OUTPUT=true
Required Secrets
N8N_API_KEY