Back to Home
AMvdBM19 icon

monoliet-mcp-server

Verified Safe

by AMvdBM19

Overview

Manages n8n automation workflows using natural language through Claude AI.

Installation

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

Environment 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

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

Workflow Automationn8nMCPAI AgentsPython