
n8n Workflow MCP Server
โ 17from n8nKOR
A server for validating and managing n8n workflows, featuring multilingual support and multiple operational modes.
n8n Workflow MCP Server
| | | | |
๐ฌ ๋ฐ๋ชจ ๋น๋์ค
์ํฌํ๋ก์ฐ ๊ฒ์ ๊ธฐ๋ฅ์ ์์ฐํ๋ ๋น๋์ค๋ฅผ ํ์ธํด๋ณด์ธ์:
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-servermacOS (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=falseGo ๋ช ๋ น์ด๋ก ์ง์ ์คํ
# 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 ๋ชจ๋ | ํ์ผ ์์คํ ๋ชจ๋ |
|---|---|---|
| ๋ฐฐํฌ ํธ์์ฑ | โ ๋จ์ผ ๋ฐ์ด๋๋ฆฌ | โ ์ถ๊ฐ ํ์ผ ํ์ |
| ์คํ ์๋ | โ ๋น ๋ฆ | โ ๋น ๋ฆ |
| ๋ฉ๋ชจ๋ฆฌ ์ฌ์ฉ๋ | โ ๏ธ ์ฝ๊ฐ ๋์ | โ ๋ฎ์ |
| ๊ฐ๋ฐ ํธ์์ฑ | โ ๏ธ ๋ฆฌ๋น๋ ํ์ | โ ์ค์๊ฐ ๋ฐ์ |
| ์ด์ ํ๊ฒฝ | โ ๊ถ์ฅ | โ ๋น๊ถ์ฅ |
| ๊ฐ๋ฐ ํ๊ฒฝ | โ ์ฌ์ฉ ๊ฐ๋ฅ | โ ๊ถ์ฅ |
๐ ๊ด๋ จ ๋งํฌ
This tool doesn't publish a standard install command โ the repository README on GitHub covers its setup.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under Apache-2.0โ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ