Server data from the Official MCP Registry
The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.
The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.
Set these up before or after installing:
Environment variable: N8N_BASE_URL
Environment variable: N8N_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rpgmais-mcp-n8n": {
"env": {
"N8N_API_KEY": "your-n8n-api-key-here",
"N8N_BASE_URL": "your-n8n-base-url-here"
},
"args": [
"-y",
"@nextoolsolutions/mcp-n8n"
],
"command": "npx"
}
}
}This is a well-structured n8n MCP server with proper authentication via API keys loaded from environment variables. The code demonstrates good security practices with proper input sanitization and no hardcoded credentials. Minor improvements could be made in error handling breadth and timeout configuration validation. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
Scanned 4 files · 6 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!