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-mcpor
Install via npx
npx @hexmos/ipm i czlonkowski/n8n-mcpPrerequisites
Node.js
runtimeVersion: >=18
Docker
containerizationManual 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-mcpOption 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:latestOption 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 startOption D: Railway Cloud Deployment (One-Click Deploy)
echo "Click the 'Deploy on Railway' button: https://railway.com/deploy/n8n-mcp?referralCode=n8n-mcp"