lowprofix_n8n-mcp-server
0
The project is an MCP server for n8n, designed to provide tools and best practices for automating workflows. It includes features such as workflow validation, NextJS integration, and workflow management. The server enables seamless interaction and integration with n8n workflows and APIs.
MCP Server for n8n
This project is an MCP (Master Control Program) server for n8n providing workflow validation tools and best practices for your n8n automation projects.
Features
- Workflow Validation: Ensure your workflows follow best practices like naming conventions, error management, security, performance, and documentation.
- NextJS Integration: Generate integrations for your n8n workflows in NextJS applications with automatic API route generation, OpenAPI/Swagger documentation, TypeScript types, and an API client.
- Workflow Management: Interact with your n8n workflows (list, retrieve, create, update, delete, export, import).
- n8n API Access: Direct access to the n8n API for advanced operations.
- Workflow Templates: Use ready-to-use templates for various use cases, such as Google Calendar.
Prerequisites
- Node.js (v16 or higher)
- pnpm (v7 or higher)
- An n8n instance (local or remote like your Cloudron instance on n8n.bienquoi.com)
Installation
- Clone this repository or navigate to the project folder
- Install dependencies
- Configure environment variables
Usage
- Build Project
- Start Server: The MCP server will be accessible at http://localhost:3000.
With Claude Desktop
- Configure
claude_desktop_config.json
for MCP server usage.