Back to Home
spences10 icon

mcp-n8n-builder

Verified Safe

by spences10

Overview

Programmatically create, manage, and monitor n8n workflows and their executions via an MCP server, allowing AI assistants to automate workflow development without direct user intervention.

Installation

Run Command
npx -y mcp-n8n-builder

Environment Variables

  • N8N_HOST
  • N8N_API_KEY
  • OUTPUT_VERBOSITY

Security Notes

The server interacts with a configurable n8n REST API endpoint, expecting 'N8N_API_KEY' via environment variables. URL parameters for API calls are properly encoded using 'URLSearchParams' to prevent common injection vulnerabilities. No direct use of 'eval' or other highly dangerous functions was observed, and the codebase is straightforward, making it easy to audit. External network calls are limited to the configured n8n host, reducing broader network risks.

Similar Servers

Stats

Interest Score50
Security Score9
Cost ClassHigh
Avg Tokens3000
Stars79
Forks24
Last Update2025-12-04

Tags

n8nworkflow automationModel Context ProtocolAPI managementAI assistant tool