@leonardsellem/n8n-mcp-server

general MCP Server

MCP server that provides tools and resources for interacting with n8n API

FreshInstall Ready
generalgeneral
5 views1,635 stars294 forksv0.1.8MIT

Why This Matters

Discovered via unknown and last synced 4d ago.

FreshInstall Ready
Source
unknown
Stars
1,635
Last synced
4d ago
Install
Instructions detected

Install

1. Install the package

npx @leonardsellem/n8n-mcp-server

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "leonardsellem-n8n-mcp-server": {
      "command": "npx",
      "args": [
        "@leonardsellem/n8n-mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

6
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (6)

N8N_WEBHOOK_USERNAME

Username for webhook authentication (if using webhooks)

Variable

Description

DEBUG

Enable debug logging (optional)

N8N_API_URL

Full URL of the n8n API, including `/api/v1`

N8N_API_KEY

API key for authenticating with n8n

N8N_WEBHOOK_PASSWORD

Password for webhook authentication