n8n-mcp-server
Verified Safeby Jaskey15
Overview
Enables Claude to list, inspect, and monitor workflows in a self-hosted n8n instance.
Installation
node /absolute/path/to/n8n-mcp-server/build/index.jsEnvironment 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
mcp-n8n-builder
Programmatic creation and management of n8n workflows by AI assistants via the Model Context Protocol (MCP).
miyabi-mcp-bundle
An all-in-one MCP server providing a vast array of development, monitoring, and automation tools, enabling Claude Desktop and AI agents to perform complex software development, operations, and analysis tasks efficiently and securely.
n8n-schema-generator
Provides auto-updating JSON schemas for n8n nodes and workflows, primarily for use by MCP servers and AI agents generating n8n workflows.
One-Stop-Shop-N8N-MCP
n8n workflow automation and intelligent assistance, leveraging AI (LLMs, GraphRAG) for design, generation, validation, and management of integration workflows.