
N8N-Workflow
A secure MCP bridge for n8n automation. Features intent-based mapping to trigger workflows via plain English, stateful session credential management, and strict input validation to prevent token bloat.
Key Features
Intent-to-Workflow Mapping: Uses a structured registry to map natural language requests (e.g., "Add a new lead") to specific n8n Webhook IDs, preventing AI "hallucinations" or unauthorized workflow execution.
Zero-Persistence Security: Implements a "Setup Tool" logic where API keys and Base URLs are stored in volatile memory for the duration of the session. No secrets are ever written to a database or hardcoded in source files.
Logic-First Validation: Built with strict TypeScript interfaces to ensure that payloads sent from the AI to n8n are validated before the API call is made, reducing 400-series errors and execution costs.
Non-Technical Friendly: Designed for clients who want to automate their business without touching a single line of code.
How to Connect
Connect the Server: Use the MCPize link or your local Claude Desktop config.
Run setup_n8n: Provide your n8n API Key and Instance URL.
Chat to Automate: Simply say, "I have a new invoice for Acme Corp for $500," and the server handles the rest.