Back to Home
burnham icon

n8n-mcp-server-custom

Verified Safe

by burnham

Overview

This server acts as a Model Context Protocol (MCP) intermediary, enabling AI assistants like Antigravity to interact with and manage n8n automation workflows via its REST API.

Installation

Run Command
node dist/index.js

Environment Variables

  • N8N_API_URL
  • N8N_API_KEY

Security Notes

The server loads API credentials (N8N_API_URL, N8N_API_KEY) from environment variables, explicitly checking for their presence. The `.env` file is correctly listed in `.gitignore` to prevent accidental commits of sensitive data. The client uses `encodeURIComponent` for IDs to prevent injection. There are no direct usages of `eval` or obvious malicious patterns. The main security consideration is ensuring the N8N_API_KEY is kept secure in the deployment environment.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2025-11-25

Tags

n8nMCPAntigravityAI AssistantAutomation