monoliet-mcp-server
Verified Safeby AMvdBM19
Overview
Manages n8n automation workflows using natural language through Claude AI.
Installation
docker run --rm -p 8001:8001 -e N8N_URL="http://localhost:5678" -e N8N_API_KEY="your-n8n-api-key-here" -e MCP_SERVER_MODE="http" monoliet-mcp-serverEnvironment Variables
- N8N_URL
- N8N_API_KEY
Security Notes
The HTTP mode's optional authentication token (`MCP_AUTH_TOKEN`) means it can be unauthenticated by default, which is a significant security risk if deployed publicly without configuration. CORS is enabled by default in `aiohttp` for HTTP mode; the documentation recommends restricting this in production via a reverse proxy. No hardcoded secrets or obvious malicious patterns found. All API keys and sensitive configurations are handled via environment variables, which is a good practice.
Similar Servers
claude-flow
AI Agent Orchestration and Development Platform for Claude Code
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).
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.