Back to Home
masseater icon

n8n-mcp-server

Verified Safe

by masseater

Overview

Enables AI models to manage and interact with n8n workflow automation platform through a standardized Model Context Protocol (MCP) interface.

Installation

Run Command
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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-04

Tags

n8nAIworkflow automationMCPLLM integration