The reputation layer for AI skills, tools & agents

leonardsellem/n8n-mcp-server

Score: 28.6 Rank #7297

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 249 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 32 open vs 8 closed issues — triaging stale issues improves health

Badge

AgentRank score for leonardsellem/n8n-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/leonardsellem--n8n-mcp-server)](https://agentrank-ai.com/tool/leonardsellem--n8n-mcp-server)
<a href="https://agentrank-ai.com/tool/leonardsellem--n8n-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/leonardsellem--n8n-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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 le
Read full README on GitHub →
Are you the maintainer? Claim this listing