Back to Home
ry-ops icon

n8n-mcp-server

Verified Safe

by ry-ops

Overview

Facilitates natural language management of n8n workflows, executions, and credentials through integration with Claude AI via the Model Context Protocol.

Installation

Run Command
uv run n8n-mcp-server

Environment Variables

  • N8N_URL
  • N8N_API_KEY

Security Notes

Employs robust input validation (e.g., `_validate_id`) to prevent path traversal and injection attacks on workflow and execution IDs. Secrets (n8n API Key) are loaded from environment variables, preventing hardcoding. Includes a comprehensive retry mechanism that explicitly handles different HTTP status codes, preventing retries on client errors (e.g., 401, 403, 404). Warns users about unencrypted HTTP connections. Explicitly checks for sufficient `mcp` dependency version to address known CVEs (as per `test_security.py`). No 'eval' or malicious obfuscation patterns were found.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2025-12-10

Tags

n8nworkflow automationAPI integrationAI toolsModel Context Protocol