MCP.so
登录
服务器

Serveur MCP pour n8n

@lowprofix

Serveur MCP (Master Control Program) pour n8n qui fournit des outils de validation de workflows et de bonnes pratiques pour vos projets d'automatisation

概览

What is Serveur MCP pour n8n?

Serveur MCP pour n8n is an MCP (Model Context Protocol) server that provides tools for validating n8n workflows against best practices and generating NextJS integrations for those workflows. It is intended for developers and automation engineers using the n8n automation platform.

How to use Serveur MCP pour n8n?

Clone the repository, install dependencies with pnpm install, copy .env.example to .env and fill in your n8n API connection details, then build with pnpm build and start with pnpm start. For Claude Desktop, configure the MCP server in claude_desktop_config.json pointing to the compiled dist/server.js.

Key features of Serveur MCP pour n8n

  • Validates workflows for naming, error handling, security, performance, and documentation.
  • Generates NextJS API routes, OpenAPI/Swagger docs, TypeScript types, and API client code.
  • Manages n8n workflows: list, get, create, update, delete, export, import.
  • Direct access to the n8n API via a dedicated tool.
  • Offers ready-to-use workflow templates for common use cases (e.g., Google Calendar).

Use cases of Serveur MCP pour n8n

  • Automate workflow quality checks before deployment.
  • Quickly scaffold a NextJS backend that consumes n8n workflows.
  • Bulk import, export, or clean up workflows across n8n instances.
  • Enforce naming conventions and security standards across a team.

FAQ from Serveur MCP pour n8n

What does Serveur MCP pour n8n do that n8n alone doesn’t?

It adds a validation layer for workflow best practices and automates the generation of NextJS integration code (routes, OpenAPI docs, TypeScript types) directly from n8n workflows.

What are the runtime requirements?

Node.js v16 or higher, pnpm v7 or higher, and an n8n instance (local or remote, e.g., hosted at n8n.bienquoi.com).

Where does the tool store workflow data?

All data lives on the configured n8n instance. The MCP server communicates with the n8n API; it does not persist workflows locally except for generated output files in the output/ directory.

Are there any known transport or authentication limits?

The server uses the MCP protocol and connects to n8n’s REST API using credentials stored in a .env file. It is designed for local or trusted network use; no advanced authentication mechanisms are described.

How is Serveur MCP pour n8n licensed?

It is open source under the MIT license.

标签

来自「其他」的更多内容