Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"n8n-mcp": {
"command": "node",
"args": [
"/Users/${USER}/n8n-mcp/dist/mcp/index.js"
],
"env": {
"MCP_MODE": "stdio",
"NODE_ENV": "production",
"LOG_LEVEL": "error",
"N8N_API_KEY": "${N8N_API_KEY}",
"N8N_API_URL": "${N8N_API_URL:-https://willdisrupt.app.n8n.cloud/api/v1}",
"DISABLE_CONSOLE_OUTPUT": "true"
}
}
}
}Replace placeholder values for: N8N_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
nodeMCP_MODE=stdioNODE_ENV=productionLOG_LEVEL=errorN8N_API_KEY=${N8N_API_KEY}N8N_API_URL=${N8N_API_URL:-https://willdisrupt.app.n8n.cloud/api/v1}DISABLE_CONSOLE_OUTPUT=true