logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
How to install czlonkowski/n8n-mcp. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

czlonkowski/n8n-mcp Installation Guide

How to install czlonkowski/n8n-mcp. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for czlonkowski/n8n-mcp. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i czlonkowski/n8n-mcp
or

Install via npx

npx @hexmos/ipm i czlonkowski/n8n-mcp

Prerequisites

Node.js

runtime

Version: >=18

Docker

containerization

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Option 1: Hosted Service (Easiest - No Setup!)

echo "Visit https://dashboard.n8n-mcp.com for the hosted service."

Option A: npx (Quick Local Setup)

npx n8n-mcp

Option B: Docker (Isolated & Reproducible)

docker pull ghcr.io/czlonkowski/n8n-mcp:latest

docker run -i --rm --init -e MCP_MODE=stdio -e LOG_LEVEL=error -e DISABLE_CONSOLE_OUTPUT=true ghcr.io/czlonkowski/n8n-mcp:latest

Option C: Local Installation (For Development)

git clone https://github.com/czlonkowski/n8n-mcp.git

cd n8n-mcp

npm install

npm run build

npm run rebuild

npm start

Option D: Railway Cloud Deployment (One-Click Deploy)

echo "Click the 'Deploy on Railway' button: https://railway.com/deploy/n8n-mcp?referralCode=n8n-mcp"