Stats
Actions
Tags
From hive
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-mcp": {
"command": "npx",
"args": [
"n8n-mcp"
],
"env": {
"MCP_MODE": "stdio",
"LOG_LEVEL": "error",
"N8N_API_KEY": "${N8N_API_KEY}",
"N8N_API_URL": "https://publicala.app.n8n.cloud",
"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.
This server connects to external services. Review the URLs it accesses before enabling.
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://publicala.app.n8n.cloudDISABLE_CONSOLE_OUTPUT=trueSensitive values you must provide — never committed to source control
npx claudepluginhub skywalking-dev/hive