Serveur MCP pour n8n
@MCP-Mirror
About Serveur MCP pour n8n
Mirror of
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Serveur MCP pour n8n?
This project is an MCP (Master Control Program) server for n8n that provides tools for workflow validation, NextJS integration, workflow management, and direct access to the n8n API. It is intended for developers using n8n who want to enforce best practices and automate integration tasks.
How to use Serveur MCP pour n8n?
Install dependencies with pnpm install, copy .env.example to .env and set your n8n API credentials, then build with pnpm build and start with pnpm start. For use with Claude Desktop, configure claude_desktop_config.json with the absolute path to the compiled server file.
Key features of Serveur MCP pour n8n
- Validate workflows against naming, error handling, security, performance, and documentation rules.
- Generate NextJS API routes, OpenAPI/Swagger docs, TypeScript types, and client code.
- Manage n8n workflows: list, read, create, update, delete, export, import.
- Direct access to the n8n API for advanced operations.
- Pre-built workflow templates for common use cases (e.g., Google Calendar).
Use cases of Serveur MCP pour n8n
- Automatically check n8n workflows for compliance with internal best practices.
- Rapidly scaffold NextJS API end-points that consume n8n workflows.
- Manage a large number of n8n workflows programmatically via an MCP client.
- Generate type-safe TypeScript interfaces and OpenAPI documentation from existing workflows.
- Kickstart new projects with ready-to-use n8n workflow templates.
FAQ from Serveur MCP pour n8n
What are the prerequisites?
Node.js v16 or higher, pnpm v7 or higher, and a running n8n instance (local or remote).
How do I configure the server to connect to my n8n instance?
Copy .env.example to .env and fill in the n8n API connection details (base URL, API key, etc.).
Can I use this server with Claude Desktop?
Yes. Add an entry to your claude_desktop_config.json with the command node and the absolute path to the compiled dist/server.js.
What validators are included?
Five validators: naming conventions, error handling, security, performance, and documentation. You can select a subset and set a strictness level.
Does the server support generating code for NextJS projects?
Yes. The NextJSIntegrationTool can automatically generate API routes, OpenAPI/Swagger specs, TypeScript types, and an API client for a given workflow.
Frequently asked questions
What are the prerequisites?
Node.js v16 or higher, pnpm v7 or higher, and a running n8n instance (local or remote).
How do I configure the server to connect to my n8n instance?
Copy `.env.example` to `.env` and fill in the n8n API connection details (base URL, API key, etc.).
Can I use this server with Claude Desktop?
Yes. Add an entry to your `claude_desktop_config.json` with the command `node` and the absolute path to the compiled `dist/server.js`.
What validators are included?
Five validators: naming conventions, error handling, security, performance, and documentation. You can select a subset and set a strictness level.
Does the server support generating code for NextJS projects?
Yes. The NextJSIntegrationTool can automatically generate API routes, OpenAPI/Swagger specs, TypeScript types, and an API client for a given workflow.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments