Skip to main content
Glama

N8N MCP Server

שרת MCP מרכזי לעבודה עם n8n מ-Claude Desktop.

🚀 Deploy מהיר ל-DigitalOcean

1. צור Droplet

  • לך ל-DigitalOcean

  • Create → Droplets

  • בחר: Ubuntu 22.04 LTS

  • גודל: Basic $4/חודש

  • לחץ Create Droplet

2. התחבר והתקן Docker

ssh root@YOUR_DROPLET_IP

apt update && apt upgrade -y
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh

3. Clone הפרויקט

git clone https://github.com/ZyrticX/mcp.git
cd mcp

4. הגדר Environment

cp .env.example .env
nano .env

ערוך את הפרטים (הם כבר בקובץ):

N8N_API_URL=https://n8n.grow-agency.io
N8N_API_KEY=your_actual_key_here

5. הרץ את השרת

docker compose up -d

6. פתח Firewall

ufw allow 3000/tcp
ufw allow 80/tcp
ufw allow 443/tcp
ufw allow OpenSSH
ufw enable

7. בדוק שרץ

curl http://localhost:3000
docker compose logs -f

Related MCP server: n8n-MCP

📱 חיבור מ-Claude Desktop

ערוך (Windows):

%APPDATA%\Claude\claude_desktop_config.json

ערוך (Mac):

~/Library/Application Support/Claude/claude_desktop_config.json

הוסף:

{
  "mcpServers": {
    "n8n-team": {
      "url": "http://YOUR_DROPLET_IP:3000",
      "transport": "sse"
    }
  }
}

אתחל את Claude Desktop - זהו!

🌐 הוספת דומיין (אופציונלי)

ערוך Caddyfile:

n8n-mcp.yourdomain.com {
    reverse_proxy n8n-mcp:3000
}

הפעל מחדש:

docker compose restart caddy

🔧 פקודות שימושיות

docker compose logs -f

docker compose restart

docker compose down

docker compose up -d --build

📊 Dashboard

גש לדפדפן:

http://YOUR_DROPLET_IP:3000

תראה סטטוס ונתונים בזמן אמת!

🆘 תמיכה

בעיות? בדוק:

  • docker compose logs -f n8n-mcp

  • docker ps

  • ufw status


Made with ❤️ for the team

Related MCP Connectors

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Provides seamless integration between MCP-compatible AI assistants and n8n workflow automation, enabling intelligent management and automation of n8n workflows through natural language.
    5
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that provides AI assistants with access to documentation, schemas, and operations for over 535 n8n workflow automation nodes. It enables models to understand, create, and manage n8n workflows through natural language by connecting to the n8n API.
    70,834 npm
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that provides AI assistants with comprehensive access to n8n workflow automation nodes, properties, and documentation. It enables models like Claude to search for nodes, access configuration templates, and manage workflows through natural language.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for integrating with n8n, enabling workflow automation and management through natural language.
    239 npm
    1
    MIT