n8n-mcp-server
Verified Safeby masseater
Overview
Enables AI models to manage and interact with n8n workflow automation platform through a standardized Model Context Protocol (MCP) interface.
Installation
npx @r_masseater/n8n-mcp-server --n8n-url "http://localhost:5678" --api-key "your-api-key"Environment Variables
- N8N_URL
- N8N_API_KEY
Security Notes
The server correctly uses environment variables for sensitive API keys and implements basic retry logic for API calls. Logging masks API keys in output. File operations (creating/replacing workflows from local JSON files) assume the AI agent provides trusted paths; `path.resolve` is used but a malicious AI could potentially craft paths if not properly sandboxed. Overall, it is well-structured for its intended use case as a developer tool with a trusted AI agent.
Similar Servers
n8n-mcp
The n8n-MCP server enhances n8n's workflow automation by providing a Model Context Protocol interface, allowing AI agents to discover, validate, and manage n8n nodes and workflows with rich, structured documentation and metadata.
mcp-n8n-builder
Programmatic creation and management of n8n workflows by AI assistants via the Model Context Protocol (MCP).
ironmanus-mcp
Orchestrates AI workflows with an 8-phase control flow and specialized tools, serving as a Model Context Protocol (MCP) server.
project-nova
Manages Paperless-NGX documents by providing an MCP server that exposes an SSE endpoint for integration with n8n, enabling AI agents to search, upload, and manage documents, tags, correspondents, and document types.