n8n-mcp
stdioUsed by 2 plugins
Installs n8n-mcp, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub theohbkim/plugins-for-claude --plugin n8n-mcpDescription
n8n workflow creation and management
Add to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": [
"n8n-mcp"
],
"env": {
"MCP_MODE": "stdio",
"LOG_LEVEL": "error",
"DISABLE_CONSOLE_OUTPUT": "true"
}
}
}
}Command
npxAccess Level
write
Arguments
n8n-mcp
Environment Variables
MCP_MODE=stdioLOG_LEVEL=errorDISABLE_CONSOLE_OUTPUT=true