n8n-mcp-server-custom
Verified Safeby 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
node dist/index.jsEnvironment 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
phone-a-friend-mcp
Enables real-time communication between multiple Claude Code instances, allowing one to listen and others to initiate conversations with specific intents.
test_remote_mcp_server
This server functions as an expense tracker, allowing users to add, list, and summarize financial expenditures via an API.
sum-mcp-server
Manages multiple Kubernetes clusters by providing generic and specialized operations (like ServiceExports) via a JSON-RPC 2.0 interface over stdio or HTTP.
CLAUDE.md
Optimizes Claude Code CLI's behavior by providing structured, research-backed instructions and dynamic configuration for Model Context Protocol (MCP) servers.