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.
npx claudepluginhub skywalking-dev/hiveAdd 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
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.
npxMCP_MODE=stdioLOG_LEVEL=errorN8N_API_KEY=${N8N_API_KEY}N8N_API_URL=https://publicala.app.n8n.cloudDISABLE_CONSOLE_OUTPUT=trueShare bugs, ideas, or general feedback.