n8n
stdioUsed 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-n8nAdd 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
npxAccess Level
write
Arguments
n8n-mcp
Environment Variables
MCP_MODE=stdioLOG_LEVEL=errorN8N_API_KEY=${N8N_API_KEY}N8N_API_URL=https://n8n.wookstar.com/DISABLE_CONSOLE_OUTPUT=trueRequired Secrets
N8N_API_KEY