UNPKG

n8n-mcp-server

Version:

Model Context Protocol (MCP) server for n8n workflow automation

9 lines (8 loc) 229 B
#!/usr/bin/env node /** * n8n MCP Server - Main Entry Point * * This file serves as the entry point for the n8n MCP Server, * which allows AI assistants to interact with n8n workflows through the MCP protocol. */ export {};