leonardsellem_n8n-mcp-server
0
The n8n MCP Server is a Model Context Protocol (MCP) server designed to facilitate AI assistants' interaction with n8n workflows using natural language commands. It provides comprehensive workflow and execution management tools.
n8n MCP Server
A Model Context Protocol (MCP) server enabling AI assistants to interact with n8n workflows using natural language. It provides tools for managing workflows and executions, including:
- Listing, creating, updating, and deleting workflows
- Activating and deactivating workflows
- Executing workflows and monitoring their status
Installation
- Node.js 18 or later is required
- Available on npm via
npm install -g n8n-mcp-server
Usage
Run the server with n8n-mcp-server
and integrate with AI platforms using the MCP installer.
Available Tools
- Workflow Management: Manage workflows through various commands like list, create, update, etc.
- Execution Management: Manage executions, get details, list, and stop executions.