1. Conduid
  2. Automation
  3. N8n Workflow MCP
MCP server · Automation

N8n Workflow MCP

이젠 n8n workflow도 vibe 하게🚀 n8n workflow assistant mcp server

Unclaimed Apache-2.0 last commit a year ago mcpn8nautomation
54Fair

Scored 2 days ago · breakdown

About N8n Workflow MCP

N8n Workflow MCP is an MCP server published by n8nKOR in the Automation category: 이젠 n8n workflow도 vibe 하게🚀 n8n workflow assistant mcp server. It has been installed 0 times through Conduid.

The repository has 19 stars and 10 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx n8n-workflow-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about N8n Workflow MCP

Powered by Claude · Grounded in docs

I know everything about N8n Workflow MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.2.4Release v0.2.4 · 19 Jun 2025🛠 새로운 기능 `search_workflow` 도구의 프롬프트 개선을 했습니다.
v0.2.3Release v0.2.3 · 19 Jun 2025🎉 새로운 기능 🔍 검색 가능한 워크플로우 추가 더 많은 워크플로우들을 검색 할 수 있게 추가했습니다. 132개 → 278개
v0.2.0Release v0.2.0 · 18 Jun 2025🎉 새로운 기능 🔍 워크플로우 검색 도구 추가 search_workflow** 도구 추가: 커뮤니티 n8n 워크플로우 템플릿 검색 기능 검증 된 247개의 워크플로우 템플릿 내장 BM25 알고리즘 기반 스마트 검색 엔진 구현 카테고리, 태그, 설명을 통한 정확한 워크플로우 찾기 🎯 사용법 { "tool": "search_workflow", "arguments": { "query": "AI automation chatbot",…
v0.1.0Release v0.1.0 · 16 Jun 2025🎉 n8n Workflow MCP Server v0.1.0 n8n 워크플로우 검증 및 관리를 위한 MCP (Model Context Protocol) 서버의 첫 번째 공식 릴리즈입니다! ✨ 주요 기능 🌍 다국어 지원 한국어 (ko)** - 기본 언어 영어 (en)** - English support 일본어 (jp)** - 日本語サポート 모든 도구 설명과 파라미터 설명이 선택한 언어로 표시 🛠 MCP 도구 ping** - 서버…

README

n8n Workflow MCP Server

한국어 | English | 日本語 | Tiếng Việt | 繁體中文 | ไทย

🎬 데모 비디오

워크플로우 검색 기능을 시연하는 비디오를 확인해보세요:

n8n 워크플로우 검증 및 관리를 위한 MCP (Model Context Protocol) 서버입니다.

🚀 주요 기능

🌍 다국어 지원

  • 한국어 (ko) - 기본 언어
  • 영어 (en) - English support
  • 일본어 (jp) - 日本語サポート
  • 베트남어 (vn) - Hỗ trợ tiếng Việt
  • 대만어 (tw) - 繁體中文支援
  • 태국어 (th) - การสนับสนุนภาษาไทย
  • 모든 도구 설명과 파라미터 설명이 선택한 언어로 표시됩니다

📝 워크플로우 관리 도구

  • ping - 서버 연결 상태 확인
  • validate_workflow - JSON 파일의 n8n 워크플로우 문법 검증

🔍 검색 도구

  • search_n8n_nodes - 키워드로 n8n 노드 검색
  • search_workflow- 커뮤니티 n8n 워크플로우 템플릿 검색

🛠 설치 및 빌드

필요 조건

  • Go 1.23 이상

빌드 방법

🚀 Standalone 모드 (권장)

빌드 시점에 모든 n8n 노드 데이터를 바이너리에 포함하여 외부 파일 없이 실행 가능:

# 현재 플랫폼용 standalone 빌드
make build-standalone
# 또는
make build

# Linux 64bit standalone 빌드
make build-standalone-linux
# 또는
make build-linux

# Windows 64bit standalone 빌드
make build-standalone-windows
# 또는
make build-windows

특정 플랫폼용 빌드

macOS (Intel):

CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o build/n8n-mcp-server-darwin ./cmd/n8n-mcp-server

macOS (Apple Silicon M1/M2):

CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -o build/n8n-mcp-server-darwin-arm64 ./cmd/n8n-mcp-server

🎯 실행 방법

🚀 Standalone 모드 (권장)

외부 파일 없이 바이너리만으로 실행 (기본 모드):

# macOS/Linux
./build/n8n-mcp-server -standalone

# Windows
build\n8n-mcp-server.exe -standalone

# Makefile 사용
make run
# 또는
make run-standalone

📁 파일 시스템 모드 (개발용)

외부 데이터 파일을 사용하는 방식:

# macOS/Linux
./build/n8n-mcp-server -standalone=false

# Windows
build\n8n-mcp-server.exe -standalone=false

Go 명령어로 직접 실행

# Standalone 모드 (기본)
go run ./cmd/n8n-mcp-server -standalone

# 파일 시스템 모드
go run ./cmd/n8n-mcp-server -standalone=false

🌐 다국어 지원

서버는 한국어(ko), 영어(en), 일본어(jp), 베트남어(vn), 대만어(tw), 태국어(th)를 지원합니다. --lang 플래그로 언어를 설정할 수 있습니다:

# Standalone 모드
./build/n8n-mcp-server -standalone --lang ko  # 한국어 (기본값)
./build/n8n-mcp-server -standalone --lang en  # 영어
./build/n8n-mcp-server -standalone --lang jp  # 일본어
./build/n8n-mcp-server -standalone --lang vn  # 베트남어
./build/n8n-mcp-server -standalone --lang tw  # 대만어
./build/n8n-mcp-server -standalone --lang th  # 태국어

# 파일 시스템 모드
./build/n8n-mcp-server -standalone=false --lang ko  # 한국어 (기본값)
./build/n8n-mcp-server -standalone=false --lang en  # 영어
./build/n8n-mcp-server -standalone=false --lang jp  # 일본어
./build/n8n-mcp-server -standalone=false --lang vn  # 베트남어
./build/n8n-mcp-server -standalone=false --lang tw  # 대만어
./build/n8n-mcp-server -standalone=false --lang th  # 태국어

⚙️ 검색 가중치 조정

노드 검색 시 각 요소의 가중치를 조정할 수 있습니다:

# Standalone 모드에서 검색 가중치 조정
./build/n8n-mcp-server -standalone \
  --name-weight 3.0 \
  --overview-weight 2.0 \
  --case-weight 1.5 \
  --op-weight 1.0

# 파일 시스템 모드에서 검색 가중치 조정 및 데이터 경로 변경
./build/n8n-mcp-server -standalone=false \
  --name-weight 3.0 \
  --overview-weight 2.0 \
  --case-weight 1.5 \
  --op-weight 1.0 \
  --data-path /custom/path/to/nodes

🆘 기타 옵션

# 도움말 보기
./build/n8n-mcp-server --help

# 버전 확인
./build/n8n-mcp-server --version

🔧 Claude Code & Cursor 설정

macOS 설정

설정 파일 위치: ~/Library/Application Support/Claude/claude_desktop_config.json

Standalone 모드 (권장):

{
  "mcpServers": {
    "n8n-kor-workflow": {
      "command": "/Users/{username}/{clone_path}/build/n8n-mcp-server",
      "args": ["--standalone", "--lang", "ko"]
    }
  }
}

파일 시스템 모드 (개발용):

{
  "mcpServers": {
    "n8n-kor-workflow": {
      "command": "/Users/{username}/{clone_path}/build/n8n-mcp-server",
      "args": ["-standalone=false", "--lang", "ko"]
    }
  }
}

Go 실행 모드 (개발용):

{
  "mcpServers": {
    "n8n-kor-workflow": {
      "command": "go",
      "args": ["run", "./cmd/n8n-mcp-server", "--standalone", "--lang", "ko"],
      "cwd": "/Users/{username}/{clone_path}"
    }
  }
}

Windows 설정

설정 파일 위치: %APPDATA%\Claude\claude_desktop_config.json

Standalone 모드 (권장):

{
  "mcpServers": {
    "n8n-kor-workflow": {
      "command": "C:\\path\\to\\n8n-workflow-mcp\\build\\n8n-mcp-server.exe",
      "args": ["--standalone", "--lang", "ko"]
    }
  }
}

파일 시스템 모드 (개발용):

{
  "mcpServers": {
    "n8n-kor-workflow": {
      "command": "C:\\path\\to\\n8n-workflow-mcp\\build\\n8n-mcp-server.exe",
      "args": ["-standalone=false", "--lang", "ko"]
    }
  }
}

Go 실행 모드 (개발용):

{
  "mcpServers": {
    "n8n-kor-workflow": {
      "command": "go",
      "args": ["run", ".\\cmd\\n8n-mcp-server", "--standalone", "--lang", "ko"],
      "cwd": "C:\\path\\to\\n8n-workflow-mcp"
    }
  }
}

📁 프로젝트 구조

n8n-workflow-mcp/
├── cmd/
│   └── n8n-mcp-server/           # 메인 애플리케이션 엔트리포인트
├── internal/
│   ├── config/                   # 설정 관리
│   ├── handlers/                 # MCP 요청 핸들러
│   ├── i18n/                     # 다국어 지원
│   ├── search/                   # 검색 엔진
│   ├── server/                   # MCP 서버 구현
│   ├── services/                 # 비즈니스 로직
│   ├── store/                    # 데이터 저장소
│   ├── validator/                # 워크플로우 검증
│   └── workflow/                 # 워크플로우 관리
├── pkg/
│   └── types/                    # 공통 타입 정의
├── examples/
│   └── config/                   # Claude Code & Cursor 설정 예제
├── test/                         # 테스트 파일
└── build/                        # 빌드 결과물

🧪 테스트

# 모든 테스트 실행
make test

# 커버리지와 함께 테스트 실행
make test-coverage

🛠 개발

# 코드 포맷팅
make fmt

# 린팅
make lint

# 모듈 정리
make mod-tidy

# 빌드 파일 정리
make clean

📊 모드 비교

기능 Standalone 모드 파일 시스템 모드
배포 편의성 ✅ 단일 바이너리 ❌ 추가 파일 필요
실행 속도 ✅ 빠름 ✅ 빠름
메모리 사용량 ⚠️ 약간 높음 ✅ 낮음
개발 편의성 ⚠️ 리빌드 필요 ✅ 실시간 반영
운영 환경 ✅ 권장 ❌ 비권장
개발 환경 ✅ 사용 가능 ✅ 권장

🔗 관련 링크

README mirrored from the source repository 2 days ago. The original is authoritative.

Questions

About N8n Workflow MCP

How do I install N8n Workflow MCP?

Run npx n8n-workflow-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is N8n Workflow MCP safe to use with an AI agent?

Its trust score is 54 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is N8n Workflow MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.