n8n-mcp-server-v2
Verified Safeby DrBalls
Overview
Provides comprehensive management of n8n workflow automation directly from Claude Desktop by exposing all available n8n API operations.
Installation
node dist/index.jsEnvironment Variables
- N8N_URL
- N8N_API_KEY
Security Notes
The server employs robust input validation using Zod schemas, which significantly mitigates common injection vulnerabilities. API keys are sourced from environment variables, avoiding hardcoded secrets. Error handling provides informative messages without exposing sensitive internal details. The core security concern lies in the permissions granted to the n8n API key and the security of the connected n8n instance itself, as this server acts as a powerful interface to those resources. No `eval` or directly malicious patterns were identified in the provided source code.
Similar Servers
n8n
AI-powered workflow automation platform, enabling users to build and run workflows using various integrations, with a focus on AI models and tools for task execution and conversational agents.
mcp-n8n-builder
Programmatic creation and management of n8n workflows by AI assistants via the Model Context Protocol (MCP).
n8n-workflows
A fast, modern documentation system for N8N workflows, providing search, categorization, visualization, and a RESTful API for workflow management and analysis.
n8n-skills
Provides expert guidance for an AI assistant to build and manage n8n workflows, covering JavaScript and Python code, expressions, validation, node configuration, and architectural patterns, with a focus on AI agents within n8n.