Back to Home
Jaskey15 icon

n8n-mcp-server

Verified Safe

by Jaskey15

Overview

Enables Claude to list, inspect, and monitor workflows in a self-hosted n8n instance.

Installation

Run Command
node /absolute/path/to/n8n-mcp-server/build/index.js

Environment Variables

  • N8N_URL
  • N8N_API_KEY

Security Notes

The server demonstrates good security practices by using environment variables for sensitive API keys (`N8N_URL`, `N8N_API_KEY`), performing input validation for tool arguments, and handling various API errors gracefully. It explicitly focuses on read-only operations (inspection and monitoring), significantly reducing the attack surface. No `eval` or `child_process` executions of untrusted input were found. The `README` also provides explicit security recommendations, indicating developer awareness.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-14

Tags

n8nworkflow automationmonitoringClaudeMCP Server