Stats
Actions
Tags
From mcp-n8n
Connects to n8n workflow automation platform via API for managing workflows, nodes, and executions. Runs locally as subprocess, requires n8n API key and URL.
Copy this JSON into your .mcp.json to enable this server
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
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_MODE=stdioLOG_LEVEL=errorN8N_API_KEY=${N8N_API_KEY}N8N_API_URL=https://n8n.wookstar.com/DISABLE_CONSOLE_OUTPUT=trueSensitive values you must provide — never committed to source control
npx claudepluginhub henkisdabro/wookstar-claude-plugins --plugin mcp-n8n