leonardsellem/n8n-mcp-server
MCP server that provides tools and resources for interacting with n8n API
Overview
leonardsellem/n8n-mcp-server is a TypeScript MCP server licensed under MIT. MCP server that provides tools and resources for interacting with n8n API
Ranked #7297 out of 25632 indexed tools.
Has 1,579 GitHub stars.
Ecosystem
TypeScript MIT
Signal Breakdown
Stars 1,579
Freshness 8mo ago
Issue Health 20%
Contributors 7
Dependents 0
Forks 286
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# n8n MCP Server A Model Context Protocol (MCP) server that allows AI assistants to interact with n8n workflows through natural language. ## Overview This project provides a Model Context Protocol (MCP) server that empowers AI assistants to seamlessly interact with n8n, a popular workflow automation tool. It acts as a bridge, enabling AI assistants to programmatically manage and control n8n workflows and executions using natural language commands. ## Installation ### Prerequisites - Node.js 20 or later - n8n instance with API access enabled ### Install from npm ```bash npm install -g @leonardsellem/n8n-mcp-server ``` ### Install from source ```bash # Clone the repository git clone https://github.com/leonardsellem/n8n-mcp-server.git cd n8n-mcp-server # Install dependencies npm install # Build the project npm run build # Optional: Install globally npm install -g . ``` ### Docker Installation You can also run the server using Docker: ```bash # Pull the image docker pull leRead full README on GitHub →
Are you the maintainer? Claim this listing