Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": [
"n8n-mcp"
],
"env": {
"MCP_MODE": "stdio",
"LOG_LEVEL": "error",
"DISABLE_CONSOLE_OUTPUT": "true"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_MODE=stdioLOG_LEVEL=errorDISABLE_CONSOLE_OUTPUT=trueFirst indexed Dec 4, 2025
npx claudepluginhub theohbkim/plugins-for-claude --plugin n8n-mcp